0
votes
1answer
14 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
18 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
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
19 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
18 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
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 ...
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" ...
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
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
2answers
59 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
1answer
69 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
41 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 ...
0
votes
0answers
31 views

How do you create a directory structure using the ruby aws-sdk on s3?

I am trying to upload an entire directory to s3 using the ruby aws-sdk gem. I am first trying to break it down in to smaller problems so what I am currently trying to do is simply create one single ...
-1
votes
0answers
18 views

Using AWS .NET SDK, Spawn EMR. Hive cluster and Create table from file on s3 bucket. Run query output to s3 [closed]

Thanks for your help in advance. Assuming I have csv files in a folder on amazon s3 bucket. Can someone please help me with sample .NET code using AWS SDK to do following: Spawn Amazon EMR cluster ...
0
votes
1answer
38 views

AWS S3 - Setting Metadata with the PHP SDK2

I am attempting to change the metadata of all of the objects in a particular bucket on S3 using the AWS PHP SDK2. I've had trouble finding a specific example using the new SDK, but have pieced ...
0
votes
0answers
35 views

AWS S3 Transfer Manager hangs at 32kb

I've got a weird issue using the AWS S3TransferManager in iOS. My putObjectRequests seem to hang at 32kb when I use short-term credentials to send them. Here's how my app is setup: I've got a model ...
0
votes
1answer
45 views

How to deploy virtual machine image in ova format from URL to Amazon EC2?

I have Virtual Machine image in .ova format. Image file is available by URL. Actually it is available from Amazon S3 store URL: ...
0
votes
0answers
7 views

ElasticBeanstalk Token Vending on iOS

I am having trouble with the anonymous vending machine hosting on elastic beanstalk. The situation is that I'm using the code that AWS provides for iOS, but getting 500s back for the crypto generated ...
2
votes
1answer
34 views

How stable is EBS?

I'm thinking about saving data from EC2 instances to the EBS and later save the result on S3. I don't have a lot of experience working with EBS, so my questions are: How stable they are? I mean how ...
5
votes
2answers
111 views

S3 Multipart Upload: how can I cancel one?

I need to cancel an in-progress download that was initiated with fileTransferUtility = new TransferUtility(/*...*/); var uploadRequest = new TransferUtilityUploadRequest() /* config parameters... */ ...
-1
votes
2answers
29 views

Amazon S3 (AWS ) NSMutableData

I have a project related on Amazon S3 DOWNLOADING big file sizes above 50MB. It stops without error and I chunk the file into smaller memory due to it's large data file size and download it ...
0
votes
1answer
22 views

How to remove RequestTimeTooSkewed check from Amazon?

I have a Java 7 "agent" program running on several client machines (mostly Windows XP). My "agent" uploads client files to Amazon S3 and often I get this error: RequestTimeTooSkewed I know this is ...
1
vote
0answers
30 views

Amazon S3 CORS error

I've been getting permission denied errors when my app requests files through Javascript on amazon S3. I have a CORS file set up and it seems to work most of the time, but fail intermittently. I ...
0
votes
1answer
32 views

Scoping AWS S3 objects to Rails Users

I have a rails app setup with Devise, AWS S3 and Highcharts. Currently the users can log in and upload text files to S3. Rails then requests the data directly from AWS and passes it to Highcharts for ...
0
votes
1answer
22 views

how to retrive objects in bucket with 'suffix'

I am using Ruby SDK for AWS:S3. I have files listed in bucket like below: s3://client1/client_name_delivery1_2013-05-01.txt s3://client1/client_name_delivery2_2013-05-01.txt There may be many ...
0
votes
1answer
16 views

Fatal error: Undefined class constant 'ACL_PUBLIC_READ'

I downloaded AWS SDK and stored it in the same directory of this file, but every tyme this simple script gives this error: "Fatal error: Undefined class constant 'ACL_PUBLIC_READ'" This script is ...
0
votes
0answers
27 views

How to post images to s3 under custom directories?

While uploading to AWS S3 via the REST api, we need to provide a key and policy that is fixed for a given form upload. S3 creates the file in this location. However I want the uploaded photo to go ...
0
votes
1answer
62 views

how to download a zip file from s3 bucket using ruby

i am able to zip all required files(using ruby gems of AWS SDK) & upload them to the S3 bucket. when i tried to download the zip files from S3 to local server & unzip them , i am geeting ...
0
votes
1answer
32 views

What is a good way to store AWS credentials for test environment?

What is a good way to save AWS credentials for a testing environment? ENV vars work well in deployments, but I don't want to set up the ENV to run tests, and don't want to store credentials in the ...
-2
votes
1answer
21 views

Do I need to know server side scripting for using Amazon AWS [closed]

I am a front end developer. I am new to the back end world. Any help/direction will be awesome.
0
votes
1answer
45 views

How to mock aws-sdk gem?

I have some code that uploads a file to Amazon S3, using the aws-sdk gem. Apparently it does an HTTP put to upload the file. Is there a good way to mock this functionality of the aws-sdk gem? I ...
0
votes
1answer
31 views

Is it possible to set Amazon CloudFront cache to far-future expiry?

How do I change the cache expiry in CloudFront on AWS? I can't see a way to do it and I think I saw an old post of a few years ago on here was somebody said it couldn't be done. I've gone through ...
0
votes
1answer
28 views

Amazon EMR : java.io.IOException: File already exists: s3n://<bucketname>/output/part-r-00002

I am running a MapReduce Job. My code consists of only one class that does a simple calculation. It runs successfully on the single node setup of hadoop1.0.3 When I run it on EMR, I get the following ...
0
votes
1answer
35 views

Zip an entire directory on S3

If I have a directory with ~5000 small files on S3, is there a way to easily zip up the entire directory and leave the resulting zip file on S3? I need to do this without having to manually access ...
0
votes
1answer
42 views

Does Amazon S3 have a connection pool?

I ever used the code public static AmazonS3Client s3 = null; ... BasicAWSCredentials c = new BasicAWSCredentials("absadgwslkjlsdjgflwa"); s3 = new AmazonS3Client(c); Only one instance s3 is ...
0
votes
1answer
51 views

Concatenate S3 files to read in EMR

I have an S3 bucket with log files that I want to concatenate, then use as an input to an EMR job. The log files are in paths like: bucket-name/[date]/product/out/[hour]/[minute-based-file]. I'd like ...
0
votes
1answer
50 views

Update File Name on Amazon S3 with IOS

I know there is no folder or directory concept on Amazon S3, but I want to update or delete a folder according to my app's users needs. To Delete folder I guess I have to delete all the files one by ...
0
votes
0answers
24 views

Access Denied to an S3 object in Elastic Beanstalk configuration setting

I am trying to configure the 'source' parameter in an elastic beanstalk application config file. The relevant source is a bz2 file which i have uploaded in a new S3 bucket. As an example, the name of ...
0
votes
0answers
35 views

S3ResponseError: 403 Forbidden using boto

I have a script that copy files from one S3 account to another S3 account, It was working befoure!!!! That's for sure. Than I tried it today and it doesn't any more it gives me error S3ResponseError: ...
1
vote
0answers
33 views

passing arguments on aws Data Pipeline

have anyone had any experience with Data Pipeline? I have been trying to find out if there is a way to pass arguments between activities in a Pipeline. unfortunately aws documentation is not very ...
0
votes
1answer
32 views

Pushing to S3 bucket

How can I upload file directly to S3 using curl My current flow is: Service A makes a request to my application with a file name My appln generates an S3 federated user and returns the client the ...
0
votes
1answer
26 views

What is the limit of I/O operations on a single file in S3

I have a situation, where I'm planning to update a single file on S3 a lot of times. To be more specific imagine if I need to add about 50 lines of data (roughly 200 bytes each) in 1 second by using ...
0
votes
1answer
69 views

How scalable is AWS+RDS+S3?

I'm considering moving my projects to the cloud, and a consultant proposed the following setup: Amazon RDS for database Amazon S3 for file storage Linux servers + load balancer (also Amazon) for ...
1
vote
3answers
57 views

Writing from EC2 to S3

I have a Java program that runs on Amazon EC2. I wanted the program to write it to S3. I wasnt able to find instructions on how to write to S3 from Amazon EC2. What is the approach I shoulduse ?
0
votes
3answers
55 views

Using PHP to upload to Amazon S3

I've spent the last few hours following tutorials for implementing file uploads to Amazon S3 using php. I uploaded the most recent version of Donovan Schönknecht's S3 class to my server (as S3.php) ...
0
votes
2answers
48 views

AWS: Access S3 from Elastic beanstalk application

I have a PHP application which takes inputs from users and writes them to files using normal file operations like fopen, fwrite etc. It works well on my server. If I migrate this whole code to ...
2
votes
1answer
26 views

Email address for S3 bucket?

I need to: Create a custom email address for a specific directory within S3 bucket Store all mail sent to the address, including any attachments, as a flat file in that bucket Does AWS provide any ...
2
votes
2answers
41 views

How to use Route 53 and VPS service of aws to run my website?

I have my domain name in godaddy's account. And I want to host that site on aws. So for that I have created the EC2 instance and it is working fine with the public address they have given ...
0
votes
0answers
72 views

Upload a large file using S3 multipart upload in C#

I am trying to upload a large file using S3 multipart upload low level APIs. I am reading http response stream and then temporarity place it a memory stream and upload it to s3. While doing a ...
0
votes
0answers
29 views

Backup S3 bucket to a new date.time based bucket. Then, do incremental backup per new bucket and Delete old buckets

Trying to follow the same logic of https://github.com/roseperrone/aws-backup-rake-task I'm wondering if she or anybody else could help improving that script backup task Rose proposed. Basically, we ...

1 2 3 4 5 21