summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/s3_sync.py
Commit message (Expand)AuthorAgeFilesLines
* Migrated to community.amazonAnsible Core Team2020-03-091-567/+0
* AWS S3 : Fixup sanity test issues and deprecate 2 unused options (#63989)Mark Chappell2019-10-281-6/+29
* fix typos in cloud modules (#62194)Andrey Klychkov2019-09-131-2/+2
* Conflicting documentation (#59982)Timal Peramune2019-08-021-1/+0
* Fix wrong `date_size` skip logic in s3_sync module (#53935)Issei.M2019-05-071-1/+1
* E325 removal - Part I (#49136)Abhijeet Kasurde2018-11-271-0/+1
* Clean up BOTMETA.yml (#44574)Dag Wieers2018-08-241-1/+1
* Typo fix (#34088)Kim Egede Jakobsen2017-12-201-1/+1
* Bulk autopep8 (modules)John Barker2017-12-071-1/+0
* s3_sync: fix broken import (#31460)Pilou2017-10-121-1/+11
* s3_sync: add delete option - fixes #25884 (#28249)James Kassemi2017-08-291-2/+28
* amazon: extract copies of boto_exception to module_utils.ec2 (#20403)David M. Lee2017-08-231-12/+1
* Fix 'format' method syntax to support Python 2.6 (Fixes #28198) (#28304)bonuscheese2017-08-211-4/+4
* s3_sync was setting HAS_BOTO3 by the existence of botocore alone. Fixes #2802...Sloane Hertel2017-08-181-6/+9
* Update metadata to 1.1Toshio Kuratomi2017-08-151-1/+1
* [s3_sync] Add cache_control option (#27388)Jérôme Guilbot2017-08-041-2/+13
* Fix undefined variables, basestring usage, and some associated python3 issuesToshio Kuratomi2017-07-251-10/+7
* s3_sync: removing irrelevant s3.list_buckets() call - fixes #23409 (#23492)Sloane Hertel2017-04-181-37/+44
* E501 fixes (#22879)Matt Martz2017-03-221-4/+11
* New metadata 1.0 (#22587)Toshio Kuratomi2017-03-141-3/+4
* Fix invalid fields in module DOCUMENATION (#22297)John R Barker2017-03-091-3/+1
* PEP 8 E111 & E114 cleanup. (#20838)Matt Clay2017-01-301-3/+3
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-14/+14
* fixing mime types in s3_sync module (#20059)Robert Sax2017-01-191-2/+1
* `s3_sync` module: Add ANSIBLE_METADATA parameterRyan S. Brown2016-12-161-0/+4
* New module `s3_sync`: boto3-powered s3 synchronizationtedder2016-12-161-0/+493