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:
parent
9c3fb9c2b7
commit
c55107fa83
1 changed files with 1 additions and 1 deletions
|
@ -378,7 +378,7 @@ def main():
|
||||||
if overwrite is True:
|
if overwrite is True:
|
||||||
upload_s3file(module, s3, bucket, obj, src, expiry)
|
upload_s3file(module, s3, bucket, obj, src, expiry)
|
||||||
else:
|
else:
|
||||||
get_download_url(module, s3, bucket, obj, expiry, changed=False) ## PATCH
|
get_download_url(module, s3, bucket, obj, expiry, changed=False)
|
||||||
else:
|
else:
|
||||||
sum_matches = False
|
sum_matches = False
|
||||||
if overwrite is True:
|
if overwrite is True:
|
||||||
|
|
Loading…
Reference in a new issue