I try to set up a storage bucket which is S3 compatible with directus for file storage. I managed to access the bucket with the aws cli and also with Cyberduck and ForkLift but in directus there is an error that says "InvalidBucketName: The specified bucket is not valid."
My configuration is:
STORAGE_LOCATIONS=s3 STORAGE_S3_DRIVER=s3 STORAGE_S3_KEY=<key> STORAGE_S3_SECRET=<secret> STORAGE_S3_BUCKET=<bucket name> STORAGE_S3_REGION=us-east-2 STORAGE_S3_ENDPOINT=https://s3.pub1.infomaniak.cloud
Do you have an idea how to fix this?
Thank you in advance!