Skip to main content

All Questions

Tagged with
0 votes
1 answer
332 views

Serving tar.gz file through AWS Cloudfront?

I would like to keep things tidy on the S3 bucket where my website's assets live. Currently I am uploading all assets to S3, as part of the CI/CD pipeline, this has got a bit messy since generated ...
Carlos Valencia's user avatar
16 votes
2 answers
19k views

AWS upload folder to S3 as tar.gz without compressing locally

In AWS CLI, how do I upload a folder as a tar.gz file without creating a tar.gz locally? For example, I have a folder at /var/test and I want to upload it to /tests/test1.tar.gz How do I do that ...
Michael Samsung's user avatar
1 vote
1 answer
462 views

How to copy a .zip from within a .tar to a given location without extracting entire .tar using AWS S3 CLI

OSX 10.11 - python3.5 or AWS CLI (or other tool?) I have ~ 5,000 subdirectories within an Amazon S3 bucket, each subdirectory contains a single .tar. In each .tar it contains only one .zip, ~<1mb ...
bjmarra's user avatar
  • 113
0 votes
0 answers
678 views

Tar a very large file directly to a drive

I was running my code to download some data on the Amazon cloud. The instance that I was running had an 8GB storage that I had bought with it plus 140GB extra instance storage (sort of plugged in as a ...
user533550's user avatar