Skip to content

Commit

Permalink
use the release
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 6, 2024
1 parent 238ca9f commit 379a036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-s3
Submodule aws-c-s3 updated 0 files
1 change: 0 additions & 1 deletion test/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ def _round_trip_with_checksums_helper(
# increase the part size for the client to use single part upload
self.part_size = 20 * MB

# awscrt.io.init_logging(awscrt.io.LogLevel.Trace, "trace.log")
put_body_stream = open(self.temp_put_obj_file_path, "rb")
content_length = os.stat(self.temp_put_obj_file_path).st_size
# construct different path to prevent race condition between tests
Expand Down

0 comments on commit 379a036

Please sign in to comment.