Hello
I am trying to get S3 storage adapter set up via Docker compse file. I have created the bucket on Digitalocean and added following lines to my compose file:
STORAGE_LOCATIONS: 'digitalocean'
STORAGE_DIGITALOCEAN_DRIVER: 's3'
STORAGE_DIGITALOCEAN_ROOT: '/uploads'
STORAGE_DIGITALOCEAN_KEY: "****"
STORAGE_DIGITALOCEAN_SECRET: "*****"
STORAGE_DIGITALOCEAN_ENDPOINT: "https://bucket.fra1.digitaloceanspaces.com"
STORAGE_DIGITALOCEAN_BUCKET: 'bucket'
STORAGE_DIGITALOCEAN_REGION: 'fra1'
Nothig happens... When i try to upload file the uploader freezes.
I am sure it is something simple, but cound not find any examples.
Many thanks in advance!