mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Remove debug comment from s3 module
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user