Show HN: A simple GUI for uploading large files to S3
1–10 of 21 posts
Re: Show HN: A simple GUI for uploading large files to S3
#2A 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
#3It looks like it's missing a license file. Would you mind if you specified a free software license for your project?
Re: Show HN: A simple GUI for uploading large files to S3
#4It looks like it's missing a license file. Would you mind if you specified a free software license for your project?
Hi, I just added a MIT LICENSE file to it.
Re: Show HN: A simple GUI for uploading large files to S3
#5Could 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!
Re: Show HN: A simple GUI for uploading large files to S3
#6Neat. 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
#7Could 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!
[deleted]
Re: Show HN: A simple GUI for uploading large files to S3
#8Could 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
Re: Show HN: A simple GUI for uploading large files to S3
#9"I hope he used python for this". Was not disappointed. Cool project OP!
Re: Show HN: A simple GUI for uploading large files to S3
#10Could 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.