• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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