diff --git a/faq/objectstorage.mdx b/faq/objectstorage.mdx index cefbf7572a..7e24c557d6 100644 --- a/faq/objectstorage.mdx +++ b/faq/objectstorage.mdx @@ -109,7 +109,7 @@ Object Storage supports multipart upload. We recommend uploading by chunks, with 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 diff --git a/storage/object/api-cli/multipart-uploads.mdx b/storage/object/api-cli/multipart-uploads.mdx index 98c8039c85..129529be1d 100644 --- a/storage/object/api-cli/multipart-uploads.mdx +++ b/storage/object/api-cli/multipart-uploads.mdx @@ -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 diff --git a/storage/object/reference-content/optimize-object-storage-performance.mdx b/storage/object/reference-content/optimize-object-storage-performance.mdx index 9be71f2878..c84d80e1d8 100644 --- a/storage/object/reference-content/optimize-object-storage-performance.mdx +++ b/storage/object/reference-content/optimize-object-storage-performance.mdx @@ -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