Skip to content

Commit

Permalink
feat: make non-aws S3 users happy (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
namehorn authored Aug 1, 2022
1 parent 6487441 commit 7546cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ amazon:
secret_access_key: <%= ENV['LAGO_AWS_S3_SECRET_ACCESS_KEY'] %>
region: <%= ENV['LAGO_AWS_S3_REGION'] %>
bucket: <%= ENV['LAGO_AWS_S3_BUCKET'] %>
endpoint: <%= ENV['LAGO_AWS_S3_ENDPOINT'] %>

# Remember not to checkin your GCS keyfile to a repository
# google:
Expand Down

0 comments on commit 7546cb3

Please sign in to comment.