We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c29f74 commit 55282d8Copy full SHA for 55282d8
update_s3.py
@@ -52,7 +52,7 @@ def upload_with_content_type(file, full_key, auto):
52
shallow=False)
53
except FileNotFoundError:
54
pass # files_match already set to False
55
- if True: #not files_match:
+ if not files_match:
56
with open(os.path.join(root, file), "rb") as auto:
57
full_key = file
58
if subdir:
0 commit comments