Skip to content
Snippets Groups Projects
Unverified Commit 5607392a authored by Deeptwix's avatar Deeptwix Committed by GitHub
Browse files

Add force_path_style to storage.yml (#5296) (#5310)

* Add force_path_style to storage.yml (#5296)

* Add force_path_style to sample.env (bigbluebutton#5296)
parent 07473abc
No related branches found
No related tags found
No related merge requests found
...@@ -36,6 +36,7 @@ s3: ...@@ -36,6 +36,7 @@ s3:
secret_access_key: <%= ENV['S3_SECRET_ACCESS_KEY'] %> secret_access_key: <%= ENV['S3_SECRET_ACCESS_KEY'] %>
region: <%= ENV['S3_REGION'] %> region: <%= ENV['S3_REGION'] %>
bucket: <%= ENV['S3_BUCKET'] %> bucket: <%= ENV['S3_BUCKET'] %>
force_path_style: <%= ENV.fetch("S3_FORCE_PATH_STYLE", false) %>
# Remember not to checkin your GCS keyfile to a repository # Remember not to checkin your GCS keyfile to a repository
google: google:
......
...@@ -56,6 +56,7 @@ REDIS_URL= ...@@ -56,6 +56,7 @@ REDIS_URL=
#S3_REGION= #S3_REGION=
#S3_BUCKET= #S3_BUCKET=
#S3_ENDPOINT= #S3_ENDPOINT=
#S3_FORCE_PATH_STYLE=
# Set these environment variables if you are using Google Cloud Storage # Set these environment variables if you are using Google Cloud Storage
#GCS_PROJECT= #GCS_PROJECT=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment