From 8274712c2c9d7e96f6920eae7296dd2cb526d6cf Mon Sep 17 00:00:00 2001 From: danielkrajnik Date: Mon, 26 Jun 2023 10:41:15 +0000 Subject: [PATCH] docs: s3: fix example for restoring single objects See: https://forum.rclone.org/t/cant-restore-files-from-aws-glacier-deep-only-directories/39258/3 --- 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 e6bb53843..52b2ee0f5 100644 --- a/docs/content/s3.md +++ b/docs/content/s3.md @@ -3029,7 +3029,7 @@ to normal storage. Usage Examples: - rclone backend restore s3:bucket/path/to/object [-o priority=PRIORITY] [-o lifetime=DAYS] + rclone backend restore s3:bucket/path/to/ --include /object [-o priority=PRIORITY] [-o lifetime=DAYS] rclone backend restore s3:bucket/path/to/directory [-o priority=PRIORITY] [-o lifetime=DAYS] rclone backend restore s3:bucket [-o priority=PRIORITY] [-o lifetime=DAYS]