From 6f09a0a29aa569aad15e5b8ebcf4edb9dcece58a Mon Sep 17 00:00:00 2001 From: Nasir Rabbani <52099528+nasir-rabbani@users.noreply.github.com> Date: Sun, 14 Apr 2024 19:37:19 +0530 Subject: [PATCH] Update `Example 6` title for `aws s3 sync` help doc The Example 6 title was not matching the description and example. I assume it was a copy paste issue. --- awscli/examples/s3/sync.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awscli/examples/s3/sync.rst b/awscli/examples/s3/sync.rst index 5e8dc255b5f3..86498ed8c4d0 100644 --- a/awscli/examples/s3/sync.rst +++ b/awscli/examples/s3/sync.rst @@ -80,7 +80,7 @@ Output:: upload: test2.txt to s3://mybucket/test2.txt -**Example 6: Sync all local objects to the specified bucket except ``.jpg`` files** +**Example 6: Sync all local objects to the specified bucket except specified directory files** The following ``sync`` command syncs files under a local directory to objects under a specified prefix and bucket by downloading S3 objects. This example uses the ``--exclude`` parameter flag to exclude a specified directory