Skip to content

Commit

Permalink
Merge pull request #4937 from stevenkaras/doc-sync-delete
Browse files Browse the repository at this point in the history
sync: document --delete behavior for excluded files
  • Loading branch information
kyleknap authored Sep 29, 2023
2 parents 3c8b802 + cadaca9 commit 623e3b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion awscli/customizations/s3/syncstrategy/delete.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
DELETE = {'name': 'delete', 'action': 'store_true',
'help_text': (
"Files that exist in the destination but not in the source are "
"deleted during sync.")}
"deleted during sync. Note that files excluded by filters are "
"excluded from deletion.")}


class DeleteSync(BaseSync):
Expand Down

0 comments on commit 623e3b7

Please sign in to comment.