• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • 😌 This community is user driven. Be polite with other users.
    • 👉 Is required to purchase a Chevereto license to participate in this community (doesn't apply to Pre-sales).
    • 💸 Purchase a Pro Subscription to get access to active software support and faster ticket response times.

Saving to Amazon S3

Status
Not open for further replies.

lonepress

Chevereto Member
I want to save images directly to Amazon S3 instead of local disk. I'm trying to identify the places where I'll need to modify the code. So far I see Upload::exec() and Imageresize::resize_image(). Is there anywhere else I'll need to change?
 
I saw that, but since I need it quickly, I just started in on it.

I went with a slightly different approach, by uploading the files after they're created locally, in the Image class, then cleaning up the local files. Turned out to be pretty straightforward.
 
Status
Not open for further replies.
Back
Top