It works for me with the following config. I think you don’t have to specify the region:
config :ex_aws, :s3,
access_key_id: [""],
secret_access_key: [""],
host: "s3.eu-central-003.backblazeb2.com",
bucket: ""
It works for me with the following config. I think you don’t have to specify the region:
config :ex_aws, :s3,
access_key_id: [""],
secret_access_key: [""],
host: "s3.eu-central-003.backblazeb2.com",
bucket: ""