FluentStorage icon indicating copy to clipboard operation
FluentStorage copied to clipboard

Hetzner S3 compatable storage

Open dennisrahmen opened this issue 1 year ago • 3 comments

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

dennisrahmen avatar Oct 07 '24 09:10 dennisrahmen

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 avatar Oct 07 '24 12:10 robinrodricks

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}

simonmau avatar Dec 11 '24 16:12 simonmau

Hi, did presigned urls work for you?

sebfischer83 avatar Apr 30 '25 21:04 sebfischer83