might be fine for internal company use but pasting access/secret key on a third party website will get you a call from security...or worse, won't
Magic Wormhole gives you secure file transmission for free.
Give one of the implementations a try: https://github.com/psanford/wormhole-william
You guys waste too much time building “open” stuff on S3.
Quick Update: I didn'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.
Testing Other Cloud Providers:
Backblaze B2 ($5/TB/month)
Wasabi ($6/TB/month)
Google Cloud Storage ($20/TB/month) - I am ready to deploy to production.
DigitalOcean Spaces ($5/TB/month)
Cloudflare R2 ($15/TB/month)
Hetzner Storage ($3/TB/month)
This seems like such a horrible, insecure idea that would never pass muster at any company I’ve ever worked at
I guess this is for smaller organizations with no MS365 subscription (and thus access to SharePoint)?
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?
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]
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.
github: https://github.com/mickael-kerjean/filestash
demo on s3: https://demo.filestash.app/login?type=s3&access_key_id=Q3AM3...
Nice!
Could you tell me why Google Drive didn’t work for you?
Google Drive seems to cheaper and has better UX than S3 - $8 for 2 TB (India) - Supports file versioning - 750GB bandwidth per day
New Release is out now
> We support 7 cloud providers now. > Beta storage providers are still being tested.
Stable: Amazon S3 ($23/TB/month) Google Cloud Storage ($20/TB/month) Cloudflare R2 ($15/TB/month)
Beta/Testing: Wasabi ($6.99/TB/month) Backblaze B2 ($6/TB/month) DigitalOcean Spaces ($5/TB/month) Hetzner Storage ($4/TB/month)
Why should I use your solution and not Next cloud, for example?
Hey, looks interesting and practical.
Any plans on making it compatible with other s3 implementation (other cloud vendors, local minio.io etc)?
[dead]
I'm pretty leery of making the "access key" and "secret key" 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 "low friction" is one of the key requirements here.