Live data from Hacker News

Show HN: A simple GUI for uploading large files to S3

github.com

1–10 of 21 posts

Re: Show HN: A simple GUI for uploading large files to S3

#2
A very simple GUI app written in Python + Tkinter/ttk (using the boto3 python package) meant for non-technical people to upload large files to S3 buckets. It uses a config file so you can customize the credentials and the buckets that they are allowed to upload into.

It currently uses py2app to build an OSX app but it's also possible to just run the s3_uploader.py script directly to start it up.

Re: Show HN: A simple GUI for uploading large files to S3

#6
Neat. I had lots of issues with S3 about a year ago. If I had any sort of network saturation from, well, uploading files, the connection would die while keeping the files up in s3. I couldn't find any direct way to do any sort of checksums directly on S3, either, so some hackery had to be done to upload incomplete files without duplicating bandwidth. It was pretty frustrating at the time!

Re: Show HN: A simple GUI for uploading large files to S3

#10
post #8
post #5

Could you add a link to see the GUI or some screenshots? It would be nice to see the GUI before taking the time to set it up. Great job!

Here ya go! http://imgur.com/SoouwvS

Add a gif/webm of it in action to your readme. That will make it a lot easier and nicer to see what it's doing.
Post reply on HN