Skip to content

Commit

Permalink
Fix Active Storage path style for scaleway object storage
Browse files Browse the repository at this point in the history
  • Loading branch information
moustachu committed Nov 29, 2023
1 parent c468ad6 commit b92f0b9
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 @@ -13,6 +13,7 @@ scaleway:
secret_access_key: <%= Rails.application.secrets.dig(:scaleway, :token) %>
region: fr-par
bucket: <%= Rails.application.secrets.dig(:scaleway, :bucket_name) %>
force_path_style: true

# Use rails credentials:edit to set the AWS secrets (as aws:access_key_id|secret_access_key)
# amazon:
Expand Down

0 comments on commit b92f0b9

Please sign in to comment.