diff --git a/docs/content/s3.md b/docs/content/s3.md index 24b9b20f3..7b9e6369c 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -464,6 +464,19 @@ $ rclone -q --s3-versions ls s3:cleanup-test 9 one.txt ``` +#### Versions naming caveat + +When using `--s3-versions` flag rclone is relying on the file name +to work out whether the objects are versions or not. Versions' names +are created by inserting timestamp between file name and its extension. +``` + 9 file.txt + 8 file-v2023-07-17-161032-000.txt + 16 file-v2023-06-15-141003-000.txt +``` +If there are real files present with the same names as versions, then +behaviour of `--s3-versions` can be unpredictable. + ### Cleanup If you run `rclone cleanup s3:bucket` then it will remove all pending