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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ