Skip to content

Upload with compression using lib-storage #4550

Discussion options

You must be logged in to vote

Hi @drochgenius, thanks for opening this discussion. Unfortunately there is not a built-in functionality in the AWS SDK for JavaScript V3 for compressing. You may need to compress your files before they are provided as body to upload to S3. However, you need to know that if you compress your file before is stored, then it will be stored as so, which means you may need to also handle the decompression when you need to work on the original file "without being compressed".

Thanks!

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yenfryherrerafeliz
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants