1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Remove debug comment from s3 module

This commit is contained in:
James Tanner 2013-10-09 12:25:09 -04:00
parent 9c3fb9c2b7
commit c55107fa83

View file

@ -378,7 +378,7 @@ def main():
if overwrite is True:
upload_s3file(module, s3, bucket, obj, src, expiry)
else:
get_download_url(module, s3, bucket, obj, expiry, changed=False) ## PATCH
get_download_url(module, s3, bucket, obj, expiry, changed=False)
else:
sum_matches = False
if overwrite is True: