Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

S3-compatible object storage for file-uploads #4850

Open
Znuff opened this issue Mar 27, 2024 · 1 comment
Open

S3-compatible object storage for file-uploads #4850

Znuff opened this issue Mar 27, 2024 · 1 comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.

Comments

@Znuff
Copy link

Znuff commented Mar 27, 2024

Feature Description

It would be very nice if we could get support for file-uploads to go directly to an s3-compatible object storage.

As for motivation, I run TheLounge on a low-powered/low-storage machine in my network, which is only directly accesible via a VPN.

I really like the idea of having file-uploads, and, well, file uploads are only useful if other people can click the links I post.

S3-compatible object storage is ubiquitous at this point, and there's plenty of libraries available on the market.

S3-compatibility would allow us to use plenty of services on the market:

  • Cloudflare R2
  • Backblaze B2
  • MinIO
  • others
@Znuff Znuff added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Mar 27, 2024
@dgw
Copy link
Contributor

dgw commented Mar 28, 2024

Hopefully the plugin system (#1422) will:

  • Be completed someday
  • Include hooks for things like file and message storage

Different object-storage backends are squarely in "plugin territory" as I interpret the maintainers' vision. The limitation right now is that the core doesn't yet have a way for plugins to provide alternative storage backends.

Basically, if you would like support for something like this, I recommend voting up #1422. I've already noted that the handy summary of desirable plugin APIs there doesn't yet include file uploads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

No branches or pull requests

2 participants