Top "S3cmd" questions

S3CMD QUESTIONS MUST BE PROGRAMMING RELATED.

How can I download a file from an S3 bucket with wget?

I can push some content to an S3 bucket with my credentials through S3cmd tool with s3cmd put …

https amazon-s3 amazon wget s3cmd
how to add cache control in AWS S3?

I have moved 20000 files to AWS S3 by s3cmd command. Now i want to add cache-control for all images (.…

amazon-web-services amazon-s3 s3cmd
How to delete or purge old files on S3?

Are there existing solutions to delete any files older than x days?

amazon-s3 timestamp delete-file s3cmd purge
Exclude multiple folders using AWS S3 sync

How to exclude multiple folders while using aws s3 syn ? I tried : # aws s3 sync s3://inksedge-app-file-storage-bucket-prod-env s3://inksedge-app-file-storage-bucket-test-env --exclude …

amazon-web-services amazon-s3 s3cmd
S3 moving files between buckets on different accounts?

I'm doing some work for a client that has 2 separate AWS accounts. We need to move all the files in …

amazon-s3 s3cmd
What is the algorithm to compute the Amazon-S3 Etag for a file larger than 5GB?

Files uploaded to Amazon S3 that are smaller than 5GB have an ETag that is simply the MD5 hash of …

amazon-s3 s3cmd
Why does file uploaded to S3 have content type application/octet-stream unless I name the file .html?

Even though I set content type to text/html it ends up as application/octet-stream on S3. ByteArrayInputStream contentsAsStream = new …

java amazon-web-services s3cmd
Zip an entire directory on S3

If I have a directory with ~5000 small files on S3, is there a way to easily zip up the entire …

amazon-web-services amazon-s3 s3cmd
How do I delete a versioned bucket in AWS S3 using the CLI?

I have tried both s3cmd: $ s3cmd -r -f -v del s3://my-versioned-bucket/ And the AWS CLI: $ aws s3 …

amazon-web-services amazon-s3 command-line-interface aws-cli s3cmd
Creating a folder via s3cmd (Amazon S3)

I am using s3cmd to upload files to my S3 server. My problem is that when a directory on …

amazon-s3 s3cmd