Skip to content

Commit

Permalink
add fallback dev bucket name and make public
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTG committed Feb 1, 2025
1 parent 0e9c31b commit 5d6a985
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ amazon:
access_key_id: <%= ENV["AWS_ACCESS_KEY_ID"] %>
secret_access_key: <%= ENV["AWS_SECRET_ACCESS_KEY"] %>
region: us-west-1
bucket: <%= ENV["AWS_BUCKET_NAME"] %>
bucket: <%= ENV["AWS_BUCKET_NAME"] || 'pbmimages-dev' %>
public: true

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

0 comments on commit 5d6a985

Please sign in to comment.