We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b52a4b9 + 58d0c91 commit 8bd089aCopy full SHA for 8bd089a
src/common/s3util.py
@@ -84,7 +84,7 @@ def get_object_size(self, key):
84
def same_size_file_exists(self, key, file_size):
85
file_size1, msg = self.get_object_size(key)
86
if msg:
87
- self.log.error(msg)
+ # self.log.error(msg)
88
return False
89
return file_size == file_size1
90
0 commit comments