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

learn more… | top users | synonyms (2)

0
votes
1answer
10 views

Upload an image from Android photo to Amazon S3 cloud

I am creating an Android app that suppose to upload an image into the server. I am using Eclipse(HTML5 and Phonegap) and for the upload I use WCF service in visual studio. It works fine, now I need to ...
0
votes
0answers
4 views

Amazon S3 + Fog warning: connecting to the matching region will be more performant

I get the following warning while querying Amazon S3 via the Fog gem: [WARNING] fog: followed redirect to my-bucket.s3-external-3.amazonaws.com, connecting to the matching region will be more ...
0
votes
0answers
11 views

How to set the content type and content encoding when uploading to S3?

I am uploading some files to the S3 buckets. One zip file, one .json file. When I upload them, both files will have: Content-Type: application/octet-stream I need the zip files to have: ...
0
votes
0answers
7 views

S3CMD timed out

I'm trying to create a good script to backup my files into Amazon S3 storage service. With that in mind, I'm using the s3cmd tool, which seem very useful for that. But one thing is bothering me tough. ...
1
vote
1answer
23 views

Access a common crawl AWS public dataset

I need to browse and download a subset of common crawl's public data set. This page mentions where the data is hosted. How can I browse and possibly download the common crawl data hosted at ...
0
votes
1answer
12 views

How to check if a file exists into s3 bucket

I'm moving my site to Amazon S3 and Cloudfront, since these are all public resources I suppose to enable s3 website hosting. But I would like to understand what's best (and cheaper) way to access my ...
0
votes
2answers
27 views

Compress an iPhone image before upload [duplicate]

I have the following upload code, which is called after a users selects an image from their photo album: public void Picked(object sender, UIImagePickerMediaPickedEventArgs e) { ...
1
vote
1answer
23 views

Getting access denied on cloud-bosh-artifacts.s3.amazonaws.com

I am trying to deploy micro bosh in EC2 as per http://docs.cloudfoundry.com/docs/running/deploying-cf/ec2/ I am getting (AWS::S3::Errors::AccessDenied) when executing bosh aws create Also URL ...
1
vote
1answer
24 views

How to model a REST API with “POST to PUT redirect”?

I'm creating a REST API for a backup service, which in principle is quite simple: a user is identified by some uid; files are identified by some fid; to upload a file, the user POSTs a file to ...
0
votes
1answer
15 views

Amazon S3 REST API; how is the API-key transferred firsttime between client and service?

Within my research I came across many different sources, but somehow I fail to see, which side is generating the private API-key and how is the other side getting hold of it. Many people recommend ...
0
votes
1answer
21 views

AWS PHP sdk — selected services

I would like to use some parts of the AWS PHP SDK (https://github.com/aws/aws-sdk-php). However, the whole set is pretty heavy-- lots of files and functionality I don't need. I really only need to ...
0
votes
1answer
17 views

Error when trying to compress static files when using django-storages and django-compressor together

I have setup an AWS S3 bucket in order to transfer my static files in a remote CDN using the application django-storages, everything worked fine until I tried to compress my static files before ...
-1
votes
0answers
16 views

Symfony2 assets installation is very slow on AWS S3

We are on Symfony2 framework, recently we planning to use AWS S3. We are using cybernox bundle. Everything is working fine, but installation of assets is taking around 1 hr. I check content size, its ...
0
votes
1answer
9 views

Can't view non-image files using imageresizer s3reader plugin

I am attempting to use the ImageResizer s3Reader plugin to view non-image files (PDFs, ZIPs) using the ~/s3/ prefix. On my localhost this works wonderfully and as expected. However, as soon as I ...
0
votes
0answers
14 views

Upload data to S3 via POST using AWS SDK for Node.js/Restify

I'm trying to figure out how to upload data to an Amazon S3 bucket via a RESTful API that I'm writing in Node.js/Restify. I think I've got the basic concepts all working, but when I go to connect to ...
0
votes
0answers
14 views

error The mimetype of file could not be detected in zend

My code: $user_image = new Zend_Form_Element_File('image'); $user_image->setDestination(APPLICATION_PATH . "/../public/images"); $user_image->addValidator('Count', false, 1) ...
0
votes
0answers
5 views

Using get_file() in amazon s3 throws attribute error

I need to download some file from amazon using get_file. this is my code: import boto conn = boto.connect_s3() from boto.s3.key import Key key = ...
0
votes
1answer
26 views

How to download file from aws s3 using python without using key

I need to download an xml file from AWS-S3. I tried using get_contents_to_filename(fname) , it worked. But i need to download the file without specifying fname, because if i specify the fname my ...
0
votes
0answers
20 views

amazon S3 or EBS

I created Amazon EC2 instance to host mvc.net developed application. Now I have an requirement where I need to store images for my resources.which is best place to use store images and how to fetch ...
0
votes
1answer
13 views

How do i fix “No module named storages.backends.s3boto” error with heroku?

I am working with Amazon S3 to serve static files and also using heroku as a Paas. I following this tutorial. I did a, python manage.py collectstatic locally and it worked just fine but when i do ...
-1
votes
0answers
18 views

how to get file upload time from s3 bucket using ruby

i want to get information of files upload time in s3 bucket using ruby...or If i have bucketname\TRN\2301.zip,2302.zip,2303.zip. How to get latest file information from this location using ruby.
0
votes
1answer
23 views

How to transfer images from one folder to another in rails. (images are uploaded on s3 server)

How to transfer images from one folder to another in rails. (images are uploaded on s3 server) Images are already upoded and needs to be transferred to some other folder, what is the best possible ...
2
votes
1answer
28 views

How to open secure connection in ruby

I am quite new to ruby here i am opening a secure connection for amazon s3 in ruby. here i write a simple method as follows when you call this method it establishes a connection but i think it is not ...
0
votes
0answers
7 views

Django Storages & S3: How to set env variables for security

I've successfully configured my Django settings.py to include django-storages and have uploaded my static files to S3 (in no small part due to: Proper way to handle static files and templates for ...
2
votes
1answer
24 views

AWS iOS SDK 1.5.0 copyObject causes crash with memory error

IOS 5+; ARC Enabled; aws-ios-sdk 1.5.0 I am trying to copy files from one "folder" to "another" in Amazon S3. I can see on Amazon S3 files has been successfully copied but afterward my app crashes ...
0
votes
0answers
14 views

append query string while requesting for fonts in rails

Note: This problem is related to firefox being unable to download fonts from cross domain servers source: mozilla In Gecko, web fonts are subject to the same domain restriction (font files must be on ...
0
votes
1answer
14 views

Jquery filupload giving error JSON.parse: unexpected end of data

I'm using Jquery_fileupload (JFU) to send files to an amazon s3 bucket. When a file it chosen by the user, the file is auto uploaded successfully and amazon returns a status code 204 no content. I've ...
0
votes
0answers
17 views

How to write to tmp file or stream an image object up to s3 in ruby on rails

The code below resizes my image. But I am not sure how to write it out to a temp file or blob so I can upload it to s3. origImage = MiniMagick::Image.open(myPhoto.tempfile.path) ...
0
votes
1answer
20 views

Grails, connecting to S3 using jets3t

I am trying to connect to Amazon S3 Buckets using "JetS3t", I am also using Quartz plugin, I have a job in grails-app/jobs, in which I like to access S3, but I get an error in the socond line: ...
0
votes
1answer
9 views

Boto S3 logging bucket delete

I have a set of buckets that have logging enabled and they're sending all their logs to a single bucket. If I delete the logging bucket, do I have to go and disable logging on all the buckets? Will ...
0
votes
1answer
25 views

Rails, S3, Paperclip- Uploads are being logged by S3 but not in bucket

I am working on a Rails app where I want people to be able to upload their photos into a feed. I am trying to integrate this in with S3 and paperclip. Right now every time someone has uploaded a photo ...
0
votes
2answers
17 views

Using Amazon S3 Query String Authentication for Music Player

I have a musician client who I created a music player web app/site for primarily in javascript a few years back. The mp3 audio files are being grabbed via a regular HTTP download. He has noticed ...
2
votes
0answers
22 views

amazon s3 and google search

We have a requirement, where we will upload files to Amazon S3 buckets with metadata like File Description, Title, Author, Created Date, etc. After that we will create a public static website from ...
1
vote
2answers
24 views

EC2- Run jar on running EC2 instance

I have an EC2 instance and i have a .jar that i already took (wget script command) from S3. I want to run this .jar file, but not on start-up, just when i decide. I'm using Java with "Eclipse Juno" ...
0
votes
0answers
24 views

SonataMedia upload doesn't work on Amazon S3

I installed SonataMediaBundle and it works fine when I want to upload my files locally. But i would like upload my files on Amazon S3. So : i updated my config file i added the bundle ...
0
votes
0answers
18 views

Amazon S3 Signature Does Not Match

I have previously used Amazon S3 pre-signed URL's to stream mp3 files from my S3 bucket to a media player i use on my website. I have just changed the player over to use jPlayer (or rather a fork of ...
1
vote
0answers
42 views

IE striping headers from HTTP POST request to S3

I'm doing straight-to-S3 multipart file upload via AJAX. Everything works fine under all browsers but IE. S3 requires an Authorization HTTP header in each POST request which contains the signature of ...
0
votes
2answers
24 views

Fonts served over Cloudfront from s3 are forbidden

I am using Cloudfront to serve assets stored in s3. Most of the files work fine, but some do not, specifically my fonts. I am completely stumped as to why: ...
1
vote
2answers
21 views

Serving S3 on a EC2 server

We've got a bunch of static assets on S3 that we'd like to securely serve. Due to the fact that we can't use custom domain names and SSL certificates, and wanting to integrate with our existing auth ...
0
votes
0answers
26 views

Amazon S3 S3PutObjectRequest throwing exception ios sdk

I am trying to upload large movie files up to amazon and I am getting a strange exception which I cant seem to solve. This is what I am trying. const int PART_SIZE = (5 * 1024 * 1024); //else where ...
0
votes
0answers
27 views

How can I sell Amazon products without using aStore or Amazon links?

I have this website where I sell some products. Mostly because I like Amazon's fast delivery and competitive retail prices, I would like to sell their products to my clients. Here is the issue: I ...
0
votes
0answers
30 views

Open source cloud storage(CS) for Google App Engine

Are there any open source cloud storage build with GAE/J? I've found lots of open source cloud storage: Ceph S3 http://ceph.com/docs/master/radosgw/s3/ Riak CS ...
-1
votes
1answer
24 views

Amazon S3 bucket sub objects REST and Java without SDK

I want to get a list of objects and folders that are in a Bucket in Amazon S3 but I can't, I should not use Amazon S3 SDK. It's important not to use SDK and only with Rest and Java should I sent a ...
0
votes
2answers
63 views

Downloading files from amazon s3 using django

I am new to the Django framework, I was trying to generate a link to download files from Amazon S3. I got this error when I tried to load the template page: Reverse for ...
0
votes
0answers
11 views

md5 checksum for ISO files created

The flow is like this. I use a Java Applet (jFileUpload to be exact) for users to upload content directly from the inserted CD. I store this directly in amazon S3 and then download the contents ...
0
votes
0answers
13 views

Opening .pdf files in browser from Amazon S3 with AWS Key and Signature attributes?

When I try clicking a pdf link on my website in Chrome and FF it does not do anything. I can right-click and save as but I cannot open it up within the browser. Both browsers have adobe reader enabled ...
0
votes
1answer
28 views

Sonatype Nexus: How to use Amazon S3 as a storage for maven artifacts?

I've got a task to examine how to make our internal Nexus installation (installed on CentOs/RHEL) to store artifacts in Amazon S3 cloud storage (or any other cheap cloud storage). So far, I had found ...
0
votes
1answer
70 views

Images are loading much slowly

I am using rails 3.2, heroku and S3 from where images load at a page, where I have fifteen images, these images take about 20-25 sec to load. How to load these images fastly so that my page take less ...
0
votes
0answers
47 views
+50

AWS S3 cross-origin request failed on ie9

I'm trying to make a web font and have it deployed on AWS S3. Works fine in all browsers except IE9 where it says the cross-origin request failed when trying to load the woff file. I've read lots ...
0
votes
0answers
44 views

AWS S3 using s3_direct_upload Gem appears to process but nothing is uploaded to my s3 bucket

I had followed the given instructions using the s3_direct_upload Gem. When I submit the upload form with an attached image a new 'upload' item is created but no image is sent to S3 (or back for ...

1 2 3 4 5 88