Compression while upload in S3

0

Hello,

Does S3 has this feature: when one needs to upload from Management Console a huge file in S3 (5GB), the user to upload it compressed (500MB) and S3 to automatically decompress and list the 5GB file (the upload would be much faster for highly compressible files: txt, json, csv, ....) ?
Or is there a command to manually decompress a file in S3 ?
Does such commands exist in CLI ?

Thank you,
Mihai

已提問 4 個月前檢視次數 275 次
1 個回答
0
已接受的答案

Hi,

Amazon S3 doesn't have native features to compress/decompress data. But, Amazon S3 Object Lambda will enable you to use AWS Lambda functions to process data as it is being retrieved from S3. This includes the ability to compress, filter, mask, redact, and modify the format of the data. Please check the blog below for better understanding:

https://aws.amazon.com/blogs/aws/introducing-amazon-s3-object-lambda-use-your-code-to-process-data-as-it-is-being-retrieved-from-s3/

With respect to the CLI option, there was a question on that previously, pls have a look below:

https://repost.aws/questions/QUkg2RAWBES2Kvhi-da6P9vg/is-there-a-mechanism-for-automatically-compressing-objects-loaded-to-s3

Thanks

profile pictureAWS
Rama
已回答 4 個月前
profile pictureAWS
專家
已審閱 4 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南