1
vote
1answer
11 views
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 download the files?
Thanks
0
votes
0answers
19 views
Using a CDN like Amazon S3 to control access to media
Hi.
I want to use Amazon S3/CloudFront to store flash files. These files must be private as they will be accessed by members. This will be done by storing each file with a link to …
2
votes
3answers
28 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 …
0
votes
1answer
20 views
Connection refused to s3 storage
Hello everybody,
I m trying to upload a file through attachment fu to amazon s3 storage using the following code :-
has_attachment :storage => :s3,
:content_t …
2
votes
1answer
46 views
Automate deployment of files to Amazon S3?
I have a Rails project that I will be deploying to the spectacularly awesome Heroku.
I would really like to be able to automate pushing my resources to Amazon S3 automatically, re …
1
vote
1answer
64 views
Should I be concerned with bit flips on Amazon S3?
I've got some data that I want to save on Amazon S3. Some of this data is encrypted and some is compressed. Should I be worried about single bit flips? I know of the MD5 hash hea …
2
votes
5answers
115 views
Amazon Computing Cloud: what does it cost for personal use?
Basically what I want to do is this:
get a cheap linux server
make a little Ruby on Rails project, I plan to toy a bit with Sinatra as well
store my AMI on S3
So I input the fo …
0
votes
2answers
43 views
Loading secret FLV files from Amazon S3
I'm starting a new project that involves users paying to see educational videos. These videos (FLV) are hosted with Amazon S3 while the site itself is hosted on a regular web host. …
3
votes
2answers
95 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 fi …
0
votes
1answer
38 views
ruby aws-s3 bucket problem
I'm trying to test the aws-s3 gem for ruby, but I'm getting a weird reply:
I connect, and can see I am connected, then I run: AWS::S3::Service.buckets and get the [] reply as expe …
0
votes
3answers
61 views
Db Backup Options (for Cloud DBs like Amazon ESB and GAE)
What are db backup options for (offline):
1 - Amazon EC2
2 - GAE (Google App Engine)
Note: For example ESB (Amazon Elastic Block Store) provides differential snapshots which is …
0
votes
2answers
32 views
Amazon S3 and Thumbnail generation… help?
I'm stuck for ideas on this one.
I'm working on a CMS that uses a file-browser to store all media file in an S3 bucket.
I have 4 options for thumbnail sizes which generate ne …
0
votes
1answer
33 views
Creating expiring links to S3 or Cloudfront hosted content with ASP .Net
Anyone have an example of creating a signed URL with an expiration using ASP .Net? I'm exploring using LitS3 or ThreeSharp in my project, and have not seen any specific methods to …
0
votes
2answers
72 views
Is it possible to do Flash pseudo streaming with S3?
I've been using S3 to store and serve FLV and MP4 videos. It works great, but the content is progressively downloaded. I was wondering if it is possible to get so-called "pseudo …
0
votes
2answers
73 views
Engine Yard with paperclip
Greetings,
has anyone of you used the paperclip plugin on Engine Yards hosting service? Are there any problems to solve or anything to pay special attention to?
Is the paperclip …
