mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 17:23:22 +03:00
🚀 Feature: Store images in S3 #8
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rdeavila on GitHub.
Feature description
In the #497 is suggested to store all data in S3. But maybe Pocket ID can store only images in S3, and serve this images using a second URL.
Pitch
When Pocket ID is hosted in a environment with cold start, the images are served only if the main system is up and running. If the images are hosted on S3 with a second address (like
auth-assets.example.com) we can use the images without activating the server start.@kmendell commented on GitHub:
Closing as this is a duplicate of https://github.com/pocket-id/pocket-id/issues/497. If we implement s3 it would be a All of nothing thing, vs just images. Elias and i have had conversations about this. We just dont use it and arent sure on the correct/right implementation.