#How to use Directus with an S3 compatible Openstack storage bucket

2 messages · Page 1 of 1 (latest)

wet owl
#

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!

wet owl
#

Has anybody used an Openstack bucket for directus storage before?