TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

42 pointsby codemonkeychuckabout 9 years ago

8 comments

codemonkeychuckabout 9 years ago
A very simple GUI app written in Python + Tkinter&#x2F;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.<p>It currently uses py2app to build an OSX app but it&#x27;s also possible to just run the s3_uploader.py script directly to start it up.
评论 #11510625 未加载
dyejeabout 9 years ago
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!
评论 #11509456 未加载
评论 #11510981 未加载
评论 #11510274 未加载
评论 #11509455 未加载
cypharabout 9 years ago
It looks like it&#x27;s missing a license file. Would you mind if you specified a free software license for your project?
评论 #11509167 未加载
bpchapsabout 9 years ago
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&#x27;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!
tyingqabout 9 years ago
Might 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&#x2F;show to flip from &quot;* * * * *&quot; to &quot;password&quot;.<p>Maybe prefilling the S3 filename with the basename of the selected file as well?
评论 #11510812 未加载
olavggabout 9 years ago
This 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&#x27;s S3 API.
评论 #11510817 未加载
评论 #11510509 未加载
iocpdramabout 9 years ago
Does this work after you put your laptop to sleep?
评论 #11510963 未加载
ben_jonesabout 9 years ago
&quot;I hope he used python for this&quot;. Was not disappointed. Cool project OP!