All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
190 views

Dropzone: How to upload video to S3 using presigned URL and play it in browser? Doesn't quite work

I have Dropzone set up to allow users to upload videos directly to an S3 presigned URL using the PUT method. Here is my Dropzone script: var presign = "#"; Dropzone.autoDiscover = false; var ...
peppy's user avatar
  • 73
0 votes
0 answers
3k views

aws s3 cp 'Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')

I am actually writing a simple script to zip a local game save then upload the zip file into my s3 bucket. Somehow it gives me this error though. The most I can find googling around is about filesize ...
Dora's user avatar
  • 341
1 vote
1 answer
3k views

AWS Upload Bucket policy : restrict file type

I4m uploading with PHP objects to S3. I'd like to only accept PDF files and refuse files with other extensions. So I wrote this bucket policy : { "Version": "2012-10-17", "Id": "Policy1464968545158",...
Chuck's user avatar
  • 13
-3 votes
1 answer
54 views

How do I upload to S3 server from EC2 with low cost?

i have 5072,792,622 files every month to upload on s3 server and it's costing me lot of money as we are using PUT request to upload them to s3 server, is there another method which I can use to upload ...
Harinder's user avatar
2 votes
1 answer
4k views

Is it possible to upload files directly to Amazon S3 and edit them?

I'm facing this problem, I wish to let users to upload their files directly to my bucket on Amazon S3. This step can be accomplished easily like described here. But what if I need to edit each file ...
NineCattoRules's user avatar
0 votes
1 answer
92 views

Large file uploads to S3 - concern to server?

I'm working on a file upload component for a client's website. The files aren't stored on the server, but are uploaded directly to Amazon S3. The maximum file size that they will upload will be ...
user373688's user avatar
1 vote
1 answer
914 views

EC2 to S3 upload speed decrease with increase in instances

I have a job that gets data from a database, runs some code, and uploads the result to an S3 bucket. The code takes approximately 1 minute to run, and the result file is approximately 10MB. Both the ...
kielni's user avatar
  • 113
4 votes
1 answer
8k views

s3put fails with "Connection reset by peer" for large files

I can upload small files quite fine using the same commands, however whenever I try to upload a 5 GB file to S3 then the s3 script fails: [backup]$ s3put --bucket john-murdoch-bucket --reduced --...
John M's user avatar
  • 333
0 votes
1 answer
870 views

How continue sync with S3CMD after broken connection?

I'm using s3cmd to backup some logs into Amazon S3 buckets. Which is a great tool. But I notice that, very often, my sync's are broken, they just cancel and try to upload again, until they can upload ...
Valter Silva's user avatar
0 votes
1 answer
531 views

Amazon S3 - can't upload files into the same folder using s3sync.exe

I'm trying to upload a file using S3sync.exe into a certain folder in my S3 bucket. This is the command line : S3Sync.exe -AWSAccessKeyId accKey -AWSSecretAccessKey secKey -RequestEndpoint s3-ap-...
redsuitee's user avatar
0 votes
1 answer
400 views

Is uploading a 500mb file to s3 an expensive operation? Any way to limit cpu usage etc?

On a production server, I'm planning on uploading a single file or a set of files that may be 500 megs in size. I havent' test it just yet, but just want some opinions on whether you think this will ...
codecompleting's user avatar
2 votes
0 answers
937 views

Web-based file manager like File Thingie, but for S3?

At work, we use a little PHP script called File Thingie, which is a web-based file manager. Basically, an FTP replacement. It allows users to upload and download files, and most importantly, it has a ...
Legion's user avatar
  • 233
1 vote
3 answers
783 views

Is it secure to upload all kinds of file in website?

we have a website that allow the user to upload the files.Now if I am allowing the user to upload all the file extensions without restricting them is it secure?I am restricting only by the file size ...
CyberKing's user avatar
  • 111
2 votes
1 answer
5k views

Cannot upload files bigger than 8GB to Amazon S3 by multi-part upload due to broken pipe

I implemented S3 multi-part upload, both high level and low level version, based on the sample code from http://docs.amazonwebservices.com/AmazonS3/latest/dev/index.html?HLuploadFileJava.html and http:...
spencerho's user avatar
1 vote
2 answers
4k views

How to upload via FTP (or alt.) to AWS S3?

A simple question about Amazon (AWS) S3 storage. Is there any other way to upload data to S3 apart from the web console interface? I have a huge amount of family photos and home videos split into ...
mr-euro's user avatar
  • 848