Problems with Hetzner S3
Solved
Mastodon
-
-
same now on Hetzner...
S3_ENABLED=true
S3_BUCKET="bucketName"
AWS_ACCESS_KEY_ID=xxxxx
AWS_SECRET_ACCESS_KEY=xxx
S3_REGION=eu-central
S3_PROTOCOL=https
S3_HOSTNAME="buckjet-name".fsn1.your-objectstorage.com
also tested: S3_HOSTNAME="fsn1.your-objectstorage.com
S3_ENDPOINT=https://fsn1.your-objectstorage.com -
here we go
Using a private bucket on Hetzner.S3_ENABLED=true
S3_BUCKET=NameOfYourBucket
AWS_ACCESS_KEY_ID=xxxxxxxx
AWS_SECRET_ACCESS_KEY=xxxxxxxxxxxxxxxx
S3_REGION=eu-central-1
S3_PROTOCOL=https
S3_HOSTNAME=NameOfYourBucket.fsn1.your-objectstorage.com
S3_ENDPOINT=https://NameOfYourBucket.fsn1.your-objectstorage.com -
-