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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user