Show HN: A simple GUI for uploading large files to S3
11–20 of 21 posts
Re: Show HN: A simple GUI for uploading large files to S3
#12Earlier quoted context omitted.
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.
Re: Show HN: A simple GUI for uploading large files to S3
#13Could 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
#14Maybe prefilling the S3 filename with the basename of the selected file as well?
Re: Show HN: A simple GUI for uploading large files to S3
#15This is cool! If you could make it possible to specify host, then it would possible to use this to upload directly to CephFS via Rados Gateway's S3 API.
Re: Show HN: A simple GUI for uploading large files to S3
#16A 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.
Feature request: On hitting cancel, could that be 'resume'/ 'clear' ?
Re: Show HN: A simple GUI for uploading large files to S3
#17Might be nice to have a feature to prevent shoulder surfing...the credential info appears to be readable at a distance. Perhaps fading to a very low contrast font color, or hide/show to flip from "* * * * *" to "password". Maybe prefilling the S3 filename with the basename of the selected file as well?
Re: Show HN: A simple GUI for uploading large files to S3
#18This is cool! If you could make it possible to specify host, then it would possible to use this to upload directly to CephFS via Rados Gateway's S3 API.
Re: Show HN: A simple GUI for uploading large files to S3
#19Re: Show HN: A simple GUI for uploading large files to S3
#20Does this work after you put your laptop to sleep?
I think it's more dependent on the configuration of the OS (if it has wifi while sleeping etc)... my OSX apparently continues my upload when I tell it to sleep though in the "System Settings" > "Energy Saver" pane I have "Wake for Wi-Fi network access" turned on and I'm plugged in to the power adapter so may be that's what's letting it work.