TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: I built open source file sharing solution using AWS S3

63 点作者 rohitghumare5 个月前
I created a 100% Open source Company-wide Self-hosted File Sharing Solution for Teams<p>Recently, I wanted to share HD images and video files with my graphic designer. She’s exceptional at her craft but isn’t familiar with AWS S3<p>So, I got an idea and built this.<p>Github Repo: <a href="https:&#x2F;&#x2F;github.com&#x2F;rohitg00&#x2F;s3-file-share-for-free">https:&#x2F;&#x2F;github.com&#x2F;rohitg00&#x2F;s3-file-share-for-free</a><p>Detailed Guide: <a href="https:&#x2F;&#x2F;ghumare64.medium.com&#x2F;i-built-a-company-wide-self-hosted-file-sharing-solution-for-teams-186dbf688de5" rel="nofollow">https:&#x2F;&#x2F;ghumare64.medium.com&#x2F;i-built-a-company-wide-self-hos...</a>

13 条评论

billev2k5 个月前
I&#x27;m pretty leery of making the &quot;access key&quot; and &quot;secret key&quot; so public (like typing them into a web page, or setting them in environment variables). Of course it adds significant friction to set up an IAM identity for every user, and &quot;low friction&quot; is one of the key requirements here.
评论 #42551310 未加载
jatins5 个月前
might be fine for internal company use but pasting access&#x2F;secret key on a third party website will get you a call from security...or worse, won&#x27;t
评论 #42552646 未加载
bhawks5 个月前
Magic Wormhole gives you secure file transmission for free.<p>Give one of the implementations a try: <a href="https:&#x2F;&#x2F;github.com&#x2F;psanford&#x2F;wormhole-william">https:&#x2F;&#x2F;github.com&#x2F;psanford&#x2F;wormhole-william</a>
评论 #42551643 未加载
评论 #42551259 未加载
up2isomorphism5 个月前
You guys waste too much time building “open” stuff on S3.
评论 #42557431 未加载
rohitghumare5 个月前
Quick Update: I didn&#x27;t expect so many people to show interest in this project. As a few suggested, I plan to add more storage solutions in the next few days.<p>Testing Other Cloud Providers:<p>Backblaze B2 ($5&#x2F;TB&#x2F;month)<p>Wasabi ($6&#x2F;TB&#x2F;month)<p>Google Cloud Storage ($20&#x2F;TB&#x2F;month) - I am ready to deploy to production.<p>DigitalOcean Spaces ($5&#x2F;TB&#x2F;month)<p>Cloudflare R2 ($15&#x2F;TB&#x2F;month)<p>Hetzner Storage ($3&#x2F;TB&#x2F;month)
scarface_745 个月前
This seems like such a horrible, insecure idea that would never pass muster at any company I’ve ever worked at
评论 #42555130 未加载
perching_aix5 个月前
I guess this is for smaller organizations with no MS365 subscription (and thus access to SharePoint)?
评论 #42552434 未加载
iJohnDoe5 个月前
I obviously wouldn’t put my key into a third-party site. However, is there any concern with the self-hosted solution? Looks pretty cool and wouldn’t mind using it. Just make a key specifically for this?
评论 #42560064 未加载
mickael-kerjean5 个月前
Hi! I’m the author of another open-source project in the same space that I’ve been working on for a while: Filestash [1]<p>Were you familiar with Filestash before starting this? If so, was there something specific you felt was missing that inspired you to create your own solution? Would love to hear your thoughts.<p>github: <a href="https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash">https:&#x2F;&#x2F;github.com&#x2F;mickael-kerjean&#x2F;filestash</a><p>demo on s3: <a href="https:&#x2F;&#x2F;demo.filestash.app&#x2F;login?type=s3&amp;access_key_id=Q3AM3UQ867SPQQA43P2F&amp;secret_access_key=zuf%2BtfteSlswRu7BJ86wekitnifILbZam1KYY3TG&amp;region=us-east-2&amp;encryption_key=&amp;endpoint=https%3A%2F%2Fplay.minio.io%3A9000%2F" rel="nofollow">https:&#x2F;&#x2F;demo.filestash.app&#x2F;login?type=s3&amp;access_key_id=Q3AM3...</a>
评论 #42556971 未加载
评论 #42555524 未加载
评论 #42552822 未加载
lomkju5 个月前
Nice!<p>Could you tell me why Google Drive didn’t work for you?<p>Google Drive seems to cheaper and has better UX than S3 - $8 for 2 TB (India) - Supports file versioning - 750GB bandwidth per day
评论 #42553863 未加载
rohitghumare5 个月前
New Release is out now<p>&gt; We support 7 cloud providers now. &gt; Beta storage providers are still being tested.<p>Stable: Amazon S3 ($23&#x2F;TB&#x2F;month) Google Cloud Storage ($20&#x2F;TB&#x2F;month) Cloudflare R2 ($15&#x2F;TB&#x2F;month)<p>Beta&#x2F;Testing: Wasabi ($6.99&#x2F;TB&#x2F;month) Backblaze B2 ($6&#x2F;TB&#x2F;month) DigitalOcean Spaces ($5&#x2F;TB&#x2F;month) Hetzner Storage ($4&#x2F;TB&#x2F;month)
7bit5 个月前
Why should I use your solution and not Next cloud, for example?
评论 #42548921 未加载
szszrk5 个月前
Hey, looks interesting and practical.<p>Any plans on making it compatible with other s3 implementation (other cloud vendors, local minio.io etc)?
评论 #42548887 未加载