mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
* s3_sync: add delete option - fixes #25884 Add `delete` option. Maintain existing upload strategies. When delete is requested files present on remote that are not in source list are removed after upload. * S3_sync: Delete objects in chunks of 1000 instead of one at a time.