Is there a go client I can use for s3?

I'm writing a go api and want to upload files to linode S3 storage. Are there any go client SDK's which will work with Linode S3?

1 Reply

Object Storage is S3-compatible, so you should be able to make use of any SDK that works with S3 - like this one:

Go SDK

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