Remove debug comment from s3 module
This commit is contained in:
parent
4b4b9551d0
commit
7aa187b413
1 changed files with 1 additions and 1 deletions
2
cloud/s3
2
cloud/s3
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue