This tag refers to the Amazon S3 (Simple Storage Service) Web Services from Amazon.

learn more… | top users | synonyms (2)

53
votes
5answers
26k views

Security of REST authentication schemes

Background: I'm designing the authentication scheme for a REST web service. This doesn't "really" need to be secure (it's more of a personal project) but I want to make it as secure as possible as an ...
31
votes
8answers
3k views

Do you use Amazons Cloud services for your company?

I read a lot about the possibilities of Amazons Cloud computing, like S3 or EC2 and I wondered if someone actually uses this for mission-critical applications. Do you host your company website in the ...
29
votes
10answers
25k views

Amazon - EC2 cost?

I am thinking of hosting a Python-based app on Amazon EC2. It will be really helpful to know the cost of an EC2 and S3 combo. How does typical ($7/month) shared hosting compare to the bandwidth cost + ...
23
votes
5answers
4k views

How can I set paperclip's storage mechanism based on the current Rails environment?

I have a rails application that has multiple models with paperclip attachments that are all uploaded to S3. This app also has a large test suite that is run quite often. The downside with this is ...
21
votes
7answers
8k views

Force CloudFront distribution/file update

I'm using Amazon's CloudFront to serve static files of my web apps. Is there no way to tell a cloudfront distribution that it needs to refresh it's file or point out a single file that should be ...
18
votes
4answers
4k views

Should I persist images on EBS or S3?

I am migrating my Java,Tomcat, Mysql server to AWS EC2. I have already attached EBS volume for storing MySql data. In my web application people may upload images. So I should persist them. There are ...
17
votes
4answers
4k views

Amazon S3: Static Web Sites: Custom Domain or Subdomain

Amazon.com just announced that one can host static web sites in a S3 bucket. I went to their setup page at http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?WebsiteHosting.html and ...
17
votes
4answers
2k views

Architectural and design question about uploading photos from iPhone app and S3

I want to allow users of an iPhone app to upload photos and use Amazon S3. There are 2 ways I see going about this: Upload from iPhone to my server, which proxies it then to Amazon S3. Upload from ...
17
votes
5answers
5k views

Asynchronous File Upload to Amazon S3 with Django

I am using this file storage engine to store files to Amazon S3 when they are uploaded: http://code.welldev.org/django-storages/wiki/Home It takes quite a long time to upload because the file must ...
16
votes
2answers
347 views

Accessing the raw file stream from a node-formidable file upload

I am creating an application that takes some file uploads and send them straight up to S3. I would prefer not to even have the tmp file on my server, so I am using the Knox module and would like to ...
15
votes
2answers
2k views

Serving gzipped css and javascript from Amazon Cloudfront

I've been looking for ways of making my site load faster and one way that I'd like to explore is making greater use of Cloudfront. Because Cloudfront was originally not designed as a custom-origin ...
15
votes
2answers
6k views

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 an image here: http://furniture.retailcatalog.us/products/2061/6262u9665.jpg Which is ...
15
votes
14answers
3k views

Amazon S3: when/why

So, I have a dedicated server. I host about dozen or so small sites. Is there a real benefit in using S3(or Mosso) for my image and static file hosting? My server has more than enough disk space, or ...
13
votes
1answer
1k views

Getting started with secure AWS CloudFront streaming with Python

I have created a S3 bucket, uploaded a video, created a streaming distribution in CloudFront. Tested it with a static HTML player and it works. I have created a keypair through the account settings. I ...
13
votes
4answers
7k views

Alternative to Amazon S3 for the data center?

I'm looking to for a service that is similar to Amazon S3, a simple service to store and retrieve arbitrary data (and meta-data), but one that runs locally in your own data center. Strictly speaking, ...
13
votes
7answers
4k views

Amazon SimpleDB

Has anyone considered using something along the lines of the Amazon SimpleDB data store as their backend database? SQL Server hosting (at least in the UK) is expensive so could something like this ...
13
votes
24answers
13k views

Delete Amazon S3 buckets?

I've been interacting with Amazon S3 through S3Fox and I can't seem to delete my buckets. I select a bucket, hit delete, confirm the delete in a popup, and... nothing happens. Is there another tool ...
12
votes
3answers
2k views

What Amazon S3 .NET Library is most useful and efficient?

There are two main open source .net Amazon S3 libraries. Three Sharp LitS3 I am currently using LitS3 in our MVC demo project, but there is some criticism about it. Has anyone here used both ...
12
votes
1answer
3k views

Using Amazon EC2 to host Asp.net application

I’m currently developing an application that will be heavy on images, that I hope to host “in the cloud” It’s a c# / asp.net application. So i'm considering using Amazon S3 for storing the images. ...
12
votes
2answers
5k views

What types of Technologies does Amazon.com use Internally

What types of Technologies does Amazon.com use Internally? Databases? Programing languages? Web technology? What technology is used to build ec2? s3? simpleDB?
11
votes
1answer
390 views

How can I access Amazon AWS S3 using GSOAP for C and C++?

I have searched everywhere for this and I could not find a single decent code. How can I access Amazon AWS S3 service using GSOAP?
11
votes
1answer
896 views

Amazon S3 Multipart Upload with plupload and Rails 3

Amazon has multipart upload functionality where you can send a file in chunks and get it assembled on S3. This allows for some nice resume like functionality for uploading to S3. From another ...
11
votes
2answers
2k views

How do API Keys and Secret Keys work?

I am just starting to think about how api keys and secret keys work. Just 2 days ago I signed up for Amazon S3 and installed the S3Fox Plugin. They asked me for both my Access Key and Secret Access ...
11
votes
6answers
4k views

Is there a free alternative to Amazon S3?

I'm looking for an online simple storage service like Amazon's that is free. It doesn't have to be that reliable, fast or well documented. It can also be a "free" version, like up to 10 Mb of ...
11
votes
4answers
4k views

Max files per directory in S3

If I had a million images, would it be better to store them in some folder/sub-folder hierarchy or just dump them all straight into a bucket (without any folders)? Would dumping all the images into a ...
10
votes
2answers
2k views

Cloudfront serving over own SSL certificate

does anyone know if its possible to serve with cloudfront over https with your own certificate while using your own CNAME? i can't even find a way to set up my own SSL cert over S3... so im not sure ...
10
votes
8answers
3k views

Deploying on EC2

This question is for anyone who has actually used Amazon EC2. I'm looking into what it would take to deploy a server there. It looks like I can start in VirtualBox, setup my server and then export ...
10
votes
7answers
3k views

Is there a way to have index.html functionallity with content hosted on S3?

Is there a way to make S3 default to an index.html page? E.g.: My bucket object listing: /index.html /favicon.ico /images/logo.gif A call to www.mysite.com/index.html works great! But if one were ...
9
votes
2answers
1k views

s3cmd failed too many times

I used to be a happy s3cmd user. However recently when I try to transfer a large zip file (~7Gig) to Amazon S3, I am getting this error: $> s3cmd put thefile.tgz s3://thebucket/thefile.tgz .... ...
9
votes
1answer
1k views

Django Storage Backend for S3

I'm looking for a good Django custom storage backend for use with Amazon S3. I've been googling around and found a lot of blog posts with code snippets or half-baked gist.github.com one-off jobs. But ...
9
votes
1answer
2k views

How to upload files to Amazon S3 (official SDK) that are larger than 5 MB (approx)?

I am using the latest version of the official Amazon S3 SDK (1.0.14.1) to create a backup tool. So far everything works correctly if the size of the file I'm uploading is below 5 MB, but when any of ...
9
votes
2answers
1k views

Using GZIP with html pages served from Amazon S3

Does anyone know of any problems serving gzipped HTML pages using Amazon S3. I have the need to minimize the file size of our HTML files (ie serving up compressed HTML, CSS and javascript files) - but ...
9
votes
3answers
6k views

amazon S3 boto - how to create folder?

how can i create a folder under a bucket using boto library for amazon s3, i followed the manual, and create keys with contents with permission, metadata etc, but no where in the boto's documentation ...
9
votes
4answers
4k views

Streaming MP3s from Amazon S3

Is there a way to stream MP3s stored on Amazon S3 via a Flash widget embedded in a website, or some other method?
9
votes
2answers
4k views

What's the best method for passing AWS credentials as user data to an EC2 instance?

I have a job processing architecture based on AWS that requires EC2 instances query S3 and SQS. In order for running instances to have access to the API the credentials are sent as user data (-f) in ...
9
votes
2answers
29k views

SSH into Amazon EC2 Instance

I'm working to set up Panda on an Amazon EC2 instance. I set up my account and tools last night and had no problem using SSH to interact with my own personal instance, but right now I'm not being ...
8
votes
2answers
2k views

Heroku + Paperclip + Amazon S3 - Pricing?

Since Heroku is a read-only filesystem I can't use paperclip to store a small quantity of files on the server. Database image storage is an option, but not particularly ideal since that may crank my ...
8
votes
3answers
528 views

Are there any API's for Amazon Web Services PRICING?

Are there any API's that have up-to-date pricing on Amazon Web Services? Something that can be queried, for example, for the latest price S3 for a given region, or EC2, etc. thanks
8
votes
4answers
1k views

What are some big sites that are using Amazon EC2

I'm looking for examples of large websites that are hosted on Amazon EC2/S3/Cloudfront/etc. I worked at a company where we ran a site that did 500k unique visitors per month on EC2 running 10 ...
8
votes
4answers
1k views

How to make 10,000 files in S3 public

I have a folder in a bucket with 10,000 files. There seems to be no way to upload them and make them public straight away. So I uploaded them all, they're private, and I need to make them all public. ...
8
votes
2answers
2k views

Zip up all Paperclip attachments stored on S3

Paperclip is a great upload plugin for Rails. Storing uploads on the local filesystem or Amazon S3 seems to work well. I'd just assume store files on the localhost, but the use of S3 is required for ...
8
votes
1answer
1k views

Amazon S3 object redirect

Is it possible to put a redirect header on a s3-object? Like a 301 redirect. For example: mybucket.amazon-aws.com/myobject --> example.com/test Preferably by setting a header like this on the ...
8
votes
5answers
974 views

What's a good way to collect logs from Amazon EC2 instances?

My app is hosted on an Amazon EC2 cluster. Each instance writes events to log files. I need to collect (and data mine) over these logs at the end of each day. What's a recommended way to collect these ...
8
votes
3answers
1k views

Heroku: Serving Large Dynamically-Generated Assets Without a Local Filesystem

I have a question about hosting large dynamically-generated assets and Heroku. My app will offer bulk download of a subset of its underlying data, which will consist of a large file (>100 MB) ...
8
votes
5answers
2k views

Web based client for Amazon S3

We are looking for a secure online solution to access our files stored on Amazon S3. We have about 3K files, mostly media and documents, that we need to make available to our employees on the move. We ...
8
votes
4answers
1k views

Storing My Amazon Credentials in C# Desktop App

I'm Looking at using Amazon S3 and simpleDB in a desktop application. The main issue I have is that I either need to store my aws credentials in the application or use some other scheme. I'm ...
8
votes
5answers
4k views

Amazon S3 permissions

Trying to understand S3...How do you limit access to a file you upload to S3? For example, from a web application, each user has files they can upload, but how do you limit access so only that user ...
8
votes
7answers
6k views

Amazon S3 Url rewrite

How can I change the Amazon S3 url from http://bucket.amazons3.com/imagepath.jpg to http://image.mydomain.com/imagepath.jpg EDIT: Basically the whole reason for this is to hide the amazon s3 ...
8
votes
8answers
10k views

Upload File Directly to S3 with Progress Bar

Relating to this question, http://stackoverflow.com/questions/117810/upload-files-directly-to-amazon-s3-from-asp-net-application, is there any way to do this and have a progress bar? ---- EDIT ---- ...
8
votes
3answers
5k views

How to upload a file with django (python) and s3?

I'm looking for a way to upload a file to s3. I am using django. I am currently using amazon's python library for uploading along with the following code: View: def submitpicture(request): ...

1 2 3 4 5 38