Maxime Rossier

Results 12 comments of Maxime Rossier

In case somebody needs the correct parameters for docker-compose it's: ``` STORAGE_BACKEND: s3 REGION: us-east-1 GLOBAL_S3_BUCKET: STORAGE_S3_ENDPOINT: https://s3.pub2.infomaniak.cloud STORAGE_S3_FORCE_PATH_STYLE: "true" AWS_ACCESS_KEY_ID: AWS_SECRET_ACCESS_KEY: ``` To support resummable upload add: ``` kong...

Look at my previous post. You don't need to touch the .env just change or add the variables from the first block in the storage environment of the default docker-compose.yml,...