Bugfix: add missing option to s3_compatible to support minio (#1134)
minio doesn't work without force_path_style more info here: https://kevinjalbert.com/rails-activestorage-configuration-for-minio/
This commit is contained in:
parent
2063e248a9
commit
04bce69ded
1 changed files with 1 additions and 0 deletions
|
@ -36,6 +36,7 @@ s3_compatible:
|
|||
region: <%= ENV.fetch('STORAGE_REGION', '') %>
|
||||
bucket: <%= ENV.fetch('STORAGE_BUCKET_NAME', '') %>
|
||||
endpoint: <%= ENV.fetch('STORAGE_ENDPOINT', '') %>
|
||||
force_path_style: <%= ENV.fetch('STORAGE_FORCE_PATH_STYLE', false) %>
|
||||
|
||||
# mirror:
|
||||
# service: Mirror
|
||||
|
|
Loading…
Reference in a new issue