Skip to content

Commit

Permalink
Remove public S3
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi committed Nov 21, 2024
1 parent e377018 commit 7e202ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/storage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ local:

s3:
service: S3
public: <%= Rails.application.secrets.dig(:storage, :s3, :public) %>
access_key_id: <%= Rails.application.secrets.dig(:storage, :s3, :access_key_id) %>
secret_access_key: <%= Rails.application.secrets.dig(:storage, :s3, :secret_access_key) %>
bucket: <%= Rails.application.secrets.dig(:storage, :s3, :bucket) %>
Expand Down

0 comments on commit 7e202ea

Please sign in to comment.