I’m uploading ZIP file to Amazon S3. Now I need to unzip that file on S3. Is there any commands that S3 has to unzip it there. I’m using JAVA to upload files to S3.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Infact, I am doing the same thing. You upload the zip onto S3. Write a small java batch program that will scan your folder for the zip on S3, download it, unzip it and then upload the data back to S3 again. If you do this on a EC2 instance on the same region as your bucket, then since the latency is very low, that should happen very fast.