Skip to content

Commit

Permalink
Update Example 6 title for aws s3 sync help doc (#8638)
Browse files Browse the repository at this point in the history
  • Loading branch information
nasir-rabbani authored Dec 19, 2024
1 parent d8c89cb commit c629426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awscli/examples/s3/sync.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c629426

Please sign in to comment.