-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Steps
docker run -p 9000:9000 minio/minio server /data{1...12}- Create a bucket
nextcloud-devin the Minio console - Enable versioning for that bucket
occ app:enable files_externalocc app:enable files_versions_s3- Setup that minio thing as external storage
- Create a folder "test/sub"
- Upload multiple versions of a single file "test.md" (or use the text editor, but beware of Text editor keeps on detecting non-existing conflicts on external storage text#1896)
- Check the versions list of "test/sub/test.md" and see that multiple versions exist there
- Rename "test" to "test_renamed"
- Check again the versions list of "test_renamed/sub/test.md"
Expected result
Versions are preserved like for other storages.
Actual result
Versions not preserved.
Versions
Nextcloud 23 git master 4a1a9d6821fa61885080793ab34cdb9f4d2d0057
Notes
Unrelated to #11 but they both use the copy routine.
It's the copy that should somehow copy the versions as well if possible.
I hope the S3 API allows for that, otherwise we'll need to recurse there.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working