Top "Amazon-s3" questions

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

How to upgrade AWS CLI to the latest version?

I recently noticed that I am running an old version of AWS CLI that is lacking some functionality I need: $…

linux ubuntu amazon-web-services amazon-s3 aws-cli
Amazon S3 CORS (Cross-Origin Resource Sharing) and Firefox cross-domain font loading

There has been a long standing issue with Firefox not loading font from different origin than the current webpage. Usually, …

css firefox amazon-s3 font-face cors
When to use Amazon Cloudfront or S3

Are there use cases that lend themselves better to Amazon cloudfront over s3 or the other way around? I'm trying …

amazon-web-services amazon-s3 amazon-cloudfront
How to get the md5sum of a file on Amazon's S3

If I have existing files on Amazon's S3, what's the easiest way to get their md5sum without having to …

amazon-s3
How to import a text file on AWS S3 into pandas without writing to disk

I have a text file saved on S3 which is a tab delimited table. I want to load it into …

python pandas heroku amazon-s3 boto3
How to display only files from aws s3 ls command?

I am using the aws cli to list the files in an s3 bucket using the following command (documentation): aws …

linux amazon-web-services amazon-s3 ls aws-cli
Set cache-control for entire S3 bucket automatically (using bucket policies?)

I need to set cache-control headers for an entire s3 bucket, both existing and future files and was hoping to …

amazon-s3 s3fs
Simple file upload to S3 using aws-sdk and Node/Express

I am at a loss of what I am doing wrong, here is what I have: HTML <html> &…

node.js file-upload amazon-s3 aws-sdk multer-s3
Serving gzipped CSS and JavaScript from Amazon CloudFront via S3

I've been looking for ways of making my site load faster and one way that I'd like to explore is …

javascript css amazon-s3 gzip amazon-cloudfront