Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion storage/object/api-cli/multipart-uploads.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ A multipart upload consists of three steps:
Once the object has been constructed, it can be accessed as any other object in the bucket.

The following technical specifications apply to multipart uploads:
- 1 to 1000 parts per object
- 1 to 10 000 parts per object
- 5 MB to 5 GB per part (except for the last one)
- Each object stores up to 5 TB

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ The most impactful feature is multipart uploads. Large and small objects have di

Multipart uploads must respect the following technical specifications:

- 1 to 1000 parts per object
- 1 to 10 000 parts per object
- 5 MB to 5 GB per part (except for the last part)
- Object size cannot exceed 5 TB

Expand Down