amazon s3 - Method to upload file as zip of S3 -


i using aws sdk java file upload. want upload file on s3 zip.

is there method directly zip file upload on s3.

or mandatory me create zip , upload s3.

thank you.

you're required either zip file before uploading it, or use lambda function zip file once it's uploaded.

there no 'helper' in sdk achieve you're asking.


Comments