Пример #1
0
 def test_s3_etag_match_with_singlepart_upload_incorrect(self):
     self.assertFalse(
         s3concurrent._s3_etag_match(
             '032b6bf31d2d1be87ff63adb423d270f',
             self.temp_filename
         )
     )
Пример #2
0
 def test_s3_etag_match_with_multipart_upload_incorrect(self):
     self.assertFalse(
         s3concurrent._s3_etag_match(
             '3d6d16c58ab63e8b4f66cb09040eb660-5',
             self.temp_filename
         )
     )