We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
wip: Allow the API s3 endpoint to be used with multiple storage provi…
e7e9db3
…ders #262
Added a specific plugin for this purpose : storage.js
storage.js
It must be delcared in the ``system.config.yml`
storage: providers: aws: accessKeyId: ${AWS_S3_ACCESS_KEY} secretAccessKey: ${AWS_S3_SECRET_ACCESS_KEY} scw: endpoint: ${SCW_S3_ENDPOINT} accessKeyId: ${SCW_S3_ACCESS_KEY} secretAccessKey: ${SCW_S3_SECRET_ACCESS_KEY} package: ./plugins/storage
Sorry, something went wrong.
7b62fa8
cnouguier
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: