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 Aug 22, 2024
1 parent 4650660 commit 28ec525
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 28ec525

Please sign in to comment.