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

Hetzner S3 compatable storage #88

Open
dennisrahmen opened this issue Oct 7, 2024 · 2 comments
Open

Hetzner S3 compatable storage #88

dennisrahmen opened this issue Oct 7, 2024 · 2 comments
Labels
AWS S3 question Further information is requested

Comments

@dennisrahmen
Copy link

Hey, I am using the Hetzner S3 storage as it is S3 compatable.
I am not sure if there are any config files for supported features that could make the experience better when using it with Fluent Storage.

Just asking in advance before switching to FluentStorage.

Here is the Docu of Hetzner:
https://docs.hetzner.com/storage/object-storage/overview

@robinrodricks
Copy link
Owner

Try connecting to it using our normal S3 system. https://github.com/robinrodricks/FluentStorage/wiki/AWS-S3-Storage

If you need a special connection string, let me know and I can build support for it like we did for MinIO.

@robinrodricks robinrodricks added question Further information is requested AWS S3 labels Oct 7, 2024
@simonmau
Copy link

we are switching from wasabi to hetzner
the connection string that worked:

S3_SERVICE_URL="https://region.your-objectstorage.com"
S3_BUCKET="bucket"
S3_ACCESS_KEY="access_key"
S3_SECRET_KEY="secret_key"
aws.s3://keyId={S3_ACCESS_KEY};key={S3_SECRET_KEY};bucket={S3_BUCKET};serviceUrl={S3_SERVICE_URL}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWS S3 question Further information is requested
Projects
None yet
Development

No branches or pull requests

4 participants
@robinrodricks @simonmau @dennisrahmen and others