How to only upload the latest image to S3 storage? #2736
Unanswered
AlaskanAstro
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
Solved my own problem by running an external script with the post-image-save hook that grabs the latest image file and does the upload one its own. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm trying to figure out how to host just the latest image on a website I already have set up. I'm planning to use Cloudflare R2 as the object storage and I got that set up pretty easily with the recent new integration. However it seems like it wants to upload everything there and I'd like to just have a single image essentially that gets overwritten with each new exposure. Is there a way I can set this up with the existing software or do I need to figure something else up on my side. I really have no idea if this is stupid and I'm doing something backwards, but I sure can follow clear instructions. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions