Top "S3cmd" questions

S3CMD QUESTIONS MUST BE PROGRAMMING RELATED.

Difference between s3cmd, boto and AWS CLI

I am thinking about redeploying my static website to Amazon S3. I need to automate the deployment so I was …

amazon-s3 boto s3cmd aws-cli
Access Denied s3cmd from an EC2 machine

I'm trying to use a log rotation configuration for my nginx server that I'm using as a reverse proxy machine …

amazon-web-services amazon-ec2 amazon-s3 s3cmd
Can I move an object into a 'folder' inside an S3 bucket using the s3cmd mv command?

I have the s3cmd command line tool for linux installed. It works fine to put files in a bucket. …

amazon-s3 s3cmd
s3cmd get an entire directory

I have a directory in my s3 that has only another directory inside it, but I don't know it's name. …

amazon-s3 s3cmd
Setting Content-Type for static website hosted on AWS S3

I'm hosting a static website on S3. To push my site to Amazon I use the s3cmd command line …

amazon-web-services amazon-s3 s3cmd
Necessary s3cmd S3 permissions for PUT/Sync

In moving to AWS EC2, I want to restrict my instances' user permissions for good reason. One thing the instances …

amazon-s3 amazon-web-services s3cmd
ERROR: Test failed: 400 (InvalidToken): The provided token is malformed or otherwise invalid

s3cmd was installed from epel-testing repo by running: yum --enablerepo epel-testing install s3cmd Then I invoked the configuration …

python amazon-s3 amazon-ami s3cmd
Amazon s3 – 403 Forbidden with Correct Bucket Policy

I'm trying to make all of the images I've stored in my s3 bucket publicly readable, using the following bucket …

amazon-web-services amazon-s3 permissions s3cmd
Trying to set metadata on Amazon S3 file using s3cmd

I have a file on amazon S3 that has the suffix ".bin.gz". I want web browsers to treat it …

amazon-s3 amazon-web-services s3cmd
How to change storage class of object in s3 bucket?

I need to change storage class of a s3 object from STANDARD class into STANDARD_IA using s3cmd. Can …

amazon-s3 s3cmd