Top "Amazon-s3" questions

Amazon S3 (simple storage service) is an online object storage service from Amazon Web Services.

How to format a URL to get a file from Amazon S3?

I am having some trouble figuring out how to access a file from Amazon S3. Lets say that the bucket …

get amazon-s3
S3 Static Website Hosting Route All Paths to Index.html

I am using S3 to host a javascript app that will use HTML5 pushStates. The problem is if the user …

amazon-web-services redirect amazon-s3 routing pushstate
Upload folder with subfolders using S3 and the AWS console

When I try to upload a folder with subfolders to S3 through the AWS console, only the files are uploaded …

amazon-s3
How to rename AWS S3 Bucket name

After all the tough works of migration etc. Just realise that If need to serve the content using CNAME (e.…

amazon-web-services amazon-s3 cname
How to specify credentials when connecting to boto3 S3?

On boto I used to specify my credentials when connecting to S3 in such a way: import boto from boto.…

python amazon-web-services amazon-s3 boto3
Is there an S3 policy for limiting access to only see/access one bucket?

I have a simple bucket that looks like images.mysite.com on my S3 and other buckets containing backups, etc. …

amazon-s3 policy bucket
Python boto, list contents of specific dir in bucket

I have S3 access only to a specific directory in an S3 bucket. For example, with the s3cmd command …

python amazon-s3 boto
S3 Error: The difference between the request time and the current time is too large

I have error The difference between the request time and the current time is too large when call method amazons3.…

amazon-s3
How to make all Objects in AWS S3 bucket public by default?

I am using a PHP library to upload a file to my bucket. I have set the ACL to public-read-write …

amazon-web-services amazon-s3
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