How Can I integrate with Linode S3 with my python backend to upload the image

Actually I Wanna integrate with Linode S3 with my fastapi backend

1 Reply

Object Storage uses HTTP requests to upload, download, and list objects. You'll likely want to use either the Linode CLI or a command line tool such as s3cmd so that your program can interact with your Object Storage buckets. Exactly how to go about this will depend on your program; I do want to note that Object Storage is S3-compatible and should work with language-specific S3-compatible SDKs (software development kits) if you need to make use of those.

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