AWS Java SDK linode storage access

How should I access linode storage through AWS Java SDK?

I suppose I would need an instance of AmazonS3 class with custom region provided, but can't figure which, and whether I need to pass any more options to the builder.

1 Reply

Hey Roman,

While I don't have too much experience working with the AWS Java SDK, I did some research and it sounds like you're definitely on the right path. You'll want to set a custom endpoint in the AWS SDK for the Linode Region you'd like to use. We currently have to Regions that have Object Storage available to be deployed at and I've listed them below.

  • Newark: us-east-1.linodeobjects.com
  • Frankfurt: eu-central-1.linodeobjects.com

Hopefully that helps!

-Ryan L

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