I am trying to get the S3 object storage support working with Garage following this tutorial (and the official Akkoma docu): Apps (Nextcloud, Peertube...) | Garage HQ
Could you share your config that works with a local Garage with me please?
I added the port: 3900 setting and removed the port from the host: entry , and while that gets rid of the error in the logs it still doesn’t seem to actually use the s3 backend for uploading files (but no visible error). But maybe it is related to the media-proxy I have still configured, but before changing all that I would like to confirm that my S3 config is indeed correct.
This is configured in the upload section (different to media-proxy).
Select S3 as the uploader.
Put a https://\<fqdn\>/ as the Base URL
S3 Settings:
Host and Region as defined in Garage
It is the S3 uploader settings that need to be considered:
Bucket: The bucket you have created in garage
Bucket namespace: blank
Truncated namespace: /
The rest can be adjusted for your site specific needs. Don’t forget you need to ensure you allow garage to share files via web as it is denied by default.