Open
Description
Feature Request
Right now, document versions are stored as versions of an object. It works great but there are two limitations:
- Not all S3 provider supports object versioning. For example I am using Cloudflare R2 and want to selfhost my own S3 with GarageHQ. Both of them do not support object versioning.
- There is no reliable way to move object versions from one provider to another. You can theoritically export all the versions of one object, but to put it back, we have to do one put-object operation for each version and we also lose their version timestamp.
Describe the solution you'd like
Adding a timestamp suffix after each version.
Describe alternatives you've considered
N/A
Discovery, Documentation, Adoption, Migration Strategy
N/A
Do you want to work on it through a Pull Request?
Yes absolutely.
Thank you for this awesome software!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status