Top "Amazon-s3" questions

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

Amazon S3 - HTTPS/SSL - Is it possible?

I saw a few other questions regarding this without any real answers or information (or so it appeared). I have …

amazon-web-services ssl amazon-s3 https
Read file from aws s3 bucket using node fs

I am attempting to read a file that is in a aws s3 bucket using fs.readFile(file, function (err, …

node.js amazon-web-services amazon-s3 fs
Amazon S3 boto - how to create a folder?

How can I create a folder under a bucket using boto library for Amazon s3? I followed the manual, and …

amazon-s3 boto
Read file content from S3 bucket with boto3

I read the filenames in my S3 bucket by doing objs = boto3.client.list_objects(Bucket='my_bucket') while 'Contents' …

python amazon-web-services amazon-s3 boto3
Best way to move files between S3 buckets?

I'd like to copy some files from a production bucket to a development bucket daily. For example: Copy productionbucket/feed/…

amazon-s3
URL for public Amazon S3 bucket

I have an Amazon S3 bucket that I make public with a policy like this { "Version": "2012-10-17", "Statement": [ { "Sid": "…

url amazon-web-services amazon-s3 policy
Upload a file to Amazon S3 with NodeJS

I ran into a problem while trying to upload a file to my S3 bucket. Everything works except that my …

node.js amazon-s3 multipartform-data
how to delete files from amazon s3 bucket?

I need to write code in python that will delete the required file from an Amazon s3 bucket. I am …

python amazon-s3 bucket
S3 limit to objects in a bucket

Does anyone know if there is a limit to the number of objects I can put in an S3 bucket? …

amazon-s3 amazon-web-services
Amazon S3 and Cloudfront cache, how to clear cache or synchronize their cache

I have a cron job that runs every 10 minutes and updates the content-type and x-amz-meta. But since yesterday it seems …

caching amazon-s3