I\'m starting a blog and i\'m in the process of choosing where should i host 开发者_运维问答it. For now i want a free solution like Blogger or Wordpress.com.
I have some secure images on S3 that I need to load into Flex.I was expecting to be able to do this using signed temporary URLs but can\'t get it working. I know the URLs I\'m generating are correct,
One client project will be online two months later. One of the requirements changed is to support large files (10 to 15MB per RAW camera file, expected 1000 to 5000 files download per day) download wo
I have several PDF files stored in Amazon S3. Each file is associated with a user and only the file owner can access the file. I have enforced this in my download page. But the actua开发者_如何学编程l
We\'re trying to add some kind of persistence in our app. The app generates about 250 entries per second. Each of these entries belong to one of 2M files. For each file, we want to keep the last 10 en
I currently use the following code to retrieve and decompress string data from Amazon C#: GetObjectRequest getObjectRequest = new GetObjectRequest().WithBucketName(bucketName).WithKey(key);
When uploading files to Amazon S3 using the browser http upload feature, I know I can specify a success_action_redirect field/value that will tell my browser where to go when the upload is done.
I have a JS file hosted on Amazon S3 (http://s3.amazonaws.com/wingify/vis_opt.js). I want the file to be cached on users\' browsers so that they don\'t have to download it with every page view. Howeve
I\'m trying to find a method using the Amazon S3 SDK for .Net to get a bu开发者_运维知识库cket by its name. All I can find is ListAllBuckets(), but I really don\'t want to have to do that then try to
I am looking for a开发者_JS百科n example application to store objects to Amazon S3 using INDY components.