Top "Amazon-s3" questions

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

How stable is s3fs to mount an Amazon S3 bucket as a local directory

How stable is s3fs to mount an Amazon S3 bucket as a local directory in linux? Is it recommended/…

linux amazon-s3 s3fs
Uploading base64 encoded Image to Amazon S3 via Node.js

Yesterday I did a deep night coding session and created a small node.js/JS (well actually CoffeeScript, but CoffeeScript …

javascript node.js amazon-s3 coffeescript
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
Reading an JSON file from S3 using Python boto3

I kept following JSON in S3 bucket 'test' { 'Details' : "Something" } I am using following code to read this JSON and …

python json amazon-web-services amazon-s3 boto3
Backup strategies for AWS S3 bucket

I'm looking for some advice or best practice to back up S3 bucket. The purpose of backing up data from …

amazon-web-services amazon-s3 backup amazon-glacier
Move files between two AWS S3 buckets using boto3

I have to move files between one bucket to another with Python Boto API. (I need it to "Cut" the …

python amazon-s3 boto
How to access s3a:// files from Apache Spark?

Hadoop 2.6 doesn't support s3a out of the box, so I've tried a series of solutions and fixes, including: deploy …

hadoop apache-spark amazon-s3
How to get contents of a text file from AWS s3 using a lambda function?

I was wondering if I could set up a lambda function for AWS, triggered whenever a new text file is …

javascript amazon-web-services amazon-s3 aws-lambda
NodeJS How do I Download a file to disk from an aws s3 bucket?

My goal: Display a dialog box prompting the user to save a file being downloaded from aws. My problem: I …

node.js amazon-web-services amazon-s3 download disk
S3 Bucket action doesn't apply to any resources

I'm following the instructions from this answer to generate the follow S3 bucket policy: { "Id": "Policy1495981680273", "Version": "2012-10-17", "Statement": [ { "…

amazon-web-services amazon-s3