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
rl0nergan
Linode Staff
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