docs: s3 versions names caveat
This commit is contained in:
parent
6c8148ef39
commit
363da9aa82
1 changed files with 13 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue