Versioned blob storage #16274
thernstig
started this conversation in
Feature Requests & Ideas
Replies: 2 comments
-
|
I agree, this would be a huge benefit. Versioning uploads in general has been a future project on our radar for a while. It is a little larger task considering it the scope should include all the storage adapters we support and allow users to view and restore assets to previous versions in the UI. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@DanRibbens how does it generally work here. Do you convert this to an issue so it does not get lost? |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
A functionality that would be nice is to have the storage adapters and collections using them to support automated versioned storage, so that users can replace files in the Admin UI and get automatic versions.
The way this could work is that e.g. Vercel Blob supports
metadataon theput()method, which could include aversionfield such asversion: 1,version: 2etc. that Payload automatically increments. Or a list likepreviousVersionsthat lists the full path to previous versions.There are many ways to implement this, but I will not delve into that. But having this automated would be a huge boon to use Payload CMS as a Digital Asset Management platform.
Beta Was this translation helpful? Give feedback.
All reactions