Object Storage Buckets

hello i wish i could use Object Storage
Linode buckets, with my projects but I have them developed in Laravel 5.1, they could tell me if I can somehow link my project with the Objet Storage, it is currently linked to a free Amazon S3 account, but it seems that the configuration has it for Laravel defect, I see that Linode has compatibility with S3, so I would like to know if I can do it …

1 Reply

This should certainly be something that you can do with Linode Object Storage. Object Storage is fully s3 compatible, and you can take a look at using s3cmd with Object Storage in this following guide.

https://www.linode.com/docs/platform/object-storage/how-to-use-object-storage/#s3cmd

You would need to update your project to point to the new Linode Object Storage URLs, rather than the s3.

I'm not aware of any known issues between our Object Storage system and Laravel, but if you provide a bit of context and details for the error you're running into we'd be happy to take a look.

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