6 ms·
S3 max filesize is 5TB, so with that you'd have to have atleast 8 archive files. You can use byteranges to fetch only a single file out of it if you have the me
by hampereddustbin 4y ago
S3 max filesize is 5TB, so with that you'd have to have atleast 8 archive files. You can use byteranges to fetch only a single file out of it if you have the means to determine that range.
- mrich 4y agoHmm, conflicting info? https://aws.amazon.com/s3/faqs/ https://aws.amazon.com/s3/faqs/ > Individual Amazon S3 objects can range in size from a minimum of 0 bytes to a maximum of 5 TB. https://docs.aws.amazon.com/amazonglacier/latest/dev/uploading-an-archive.html https://docs.aws.amazon.com/amazonglacier/latest/dev/uploadi... > Using the multipart upload API, you can upload large archives, up to about 40,000 GB (10,000 * 4 GB). Since the archive must be restored to S3 before download, I wonder what will happen if you upload and restore a 5 TB + 1 byte archive?