connect object storage with minio

I am trying to connect minio to object storage and want to create buckets through minio. I had a hard time figuring out what the s3 compatible service-url for my object storage in linode is ?

3 Replies

Another thing I am not sure if this is correct I tried using https://us-east-1.linodeobjects.com as service for minio and created the bucket using minio. The bucket is not visible through linode dashboard. but when I try to create another one with same name through linode dashboard it says bucket already exists.

I got it work working

minio gateway s3 https://{{your-region}}.linodeobjects.com

make sure your api keys are added as minio accesskey and secretkey. Also ensure you are setting domain in minio if you are using minio generated URL.

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