object storage AWS SKD Ruby on Rails configuration

I am using ruby on rails and can download using the skd but when I use active storage & try to upload I get

Aws::S3::Errors::SignatureDoesNotMatch

linode:
service: S3
endpoint: "https://eu-central-1.linodeobjects.com"
access_key_id: <%= Rails.application.credentials.linode[:access_key_id] %>
secret_access_key: <%= Rails.application.credentials.linode[:secret_access_key] %> # "
region: default
bucket: 'drusound-active-storage'

1 Reply

ok this resolved it

linode:
service: S3
endpoint: "https://eu-central-1.linodeobjects.com"
access_key_id: <%= Rails.application.credentials.linode[:access_key_id] %>
secret_access_key: <%= Rails.application.credentials.linode[:secret_access_key] %>
region: default
bucket: 'drusound-active-storage'
http_continue_timeout: 0

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct