From e00db968aa715884a5a270d8c7c646814c78011c Mon Sep 17 00:00:00 2001 From: Greg Sadetsky Date: Tue, 10 Aug 2021 15:45:49 -0400 Subject: [PATCH] docs/s3: fix typo in s3 documentation (#5515) --- docs/content/s3.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/s3.md b/docs/content/s3.md index 2de3ee60e..5d60a08b2 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -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.