I am interested to use (or indeed write) a Node.js driver for Linode Object storage. Has anyone attempted this please ?

I am interested to use (or indeed write) a Node.js driver for Linode Object storage. Has anyone attempted this please ?

1 Reply

Since Linode Object Storage is Amazon S3 compatible, others have had success using the AWS SDK for JavaScript tool.

You can use this doc to get started. As the user @andysh noted in a previous post,

The only difference is you will need to pass an “endpoint” into the client constructor specifying “https://[location].linodeobjects.com”, where [location] is one of the object storage cluster names:

  • us-east-1 (Newark)
  • eu-central-1 (Frankfurt)
  • ap-south-1 (Singapore)
  • us-southeast-1 (Atlanta)

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