this post was submitted on 28 Mar 2026
9 points (100.0% liked)

Self-hosting

4195 readers
3 users here now

Hosting your own services. Preferably at home and on low-power or shared hardware.

Also check out:

founded 4 years ago
MODERATORS
 

My VPS has S3 bucket compatibility (Not an Amazon VPS btw)

I'm looking to store files, mostly videos, photos, and document files. Are there any good apps for connecting and using S3 buckets for this?

The reason I want to use buckets its because they're cheaper than me paying for a full VPS, and less time and for me managing cloud storage software such as Nextcloud.

I found Owlfiles for Android to look awesome but is not FOSS.

Cyberduck FOSS and for computers (I'm using Linux), but doesn't give media previews like Owlfiles.

I'm looking replacement for both of these would be appreciated.

all 9 comments
sorted by: hot top controversial new old

RClone maybe? https://rclone.org/

There are some open source rclone android apps like RCX, and on windows/linux you can just use rclone mount to use it like a normal filesystem.

[–] poVoq@slrpnk.net 3 points 1 week ago* (last edited 1 week ago) (2 children)

There are many options.

I have been looking into this for other reasons: https://codeberg.org/shroff/phylum but it might do the trick for you.

Or this one: https://www.filestash.app/

[–] Lalla@slrpnk.net 1 points 1 week ago

Thank you so much for your suggestions, I've been wanting to remove the whole Nextcloud setup for a more reasonable alternative. Gotta try phylum.

[–] dudesss@lemmy.ca 1 points 1 week ago (1 children)

These are apps to storing? I'm just looking for client software not server.

[–] poVoq@slrpnk.net 1 points 1 week ago

I don't really get what you mean. These are clients that connect to a S3 storage.

[–] rimu@piefed.social 2 points 1 week ago (1 children)

You could install Nextcloud on the VPS, configure Nextcloud to store things in S3, and use Nextcloud's apps on the clients. And have Nextcloud provide webdav services and use your client OSs native webdav tooling.

[–] dudesss@lemmy.ca 1 points 1 week ago* (last edited 1 week ago)

I'm not looking for a VPS/VM. Just bucket storage for my local client to connect to its API.

Good to know that's possible though!

[–] 667@lemmy.radio 1 points 1 week ago

If your VPS’ S3 supports tokenized urls for object management, I’ve considered setting up a homebrew Dropbox-like solution using rsync and cron.