FluentStorage
FluentStorage copied to clipboard
Hetzner S3 compatable storage
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
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.
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}
Hi, did presigned urls work for you?