Closed akang943578 closed 1 month ago
You should follow the instructions in this manual: https://manual.seafile.com/deploy_pro/setup_with_amazon_s3/#other-public-hosted-s3-storage (notice for the "other public hosted s3 storage" part).
Specifically for your case, you can try to remove the "path_style_request". The "auto" region also looks strange. It should be set to the region where you allocate your buckets.
I'm trying to setup storage to use new Cloudflare R2's S3 compatible API but it is not working:
Here is my seafile.conf:
It fails when create Library:
My credentials are ok, as tested with another tools.
I found another Issue about the S3 compatible issue: https://github.com/haiwen/seafile/issues/2356, but it still not resolved after 4 years passed.
Can you resolve it as high priority, or can you point out where is the s3-client.c located? I searched all the files in the repositories but could not found s3-client.c. If you can point out the file location, maybe I can check it and give an fix on it.