docs/s3: fix typo in s3 documentation (#5515)

This commit is contained in:
Greg Sadetsky 2021-08-10 15:45:49 -04:00 committed by Nick Craig-Wood
parent 3f17c729f1
commit 21d84df81b
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ y/e/d>
### Modified time ###
The modified time is stored as metadata on the object as
`X-Amz-Meta-Mtime` as floating point since the epoch accurate to 1 ns.
`X-Amz-Meta-Mtime` as floating point since the epoch, accurate to 1 ns.
If the modification time needs to be updated rclone will attempt to perform a server
side copy to update the modification if the object can be copied in a single part.