Skip to content

Commit

Permalink
revert the unrelated change
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Dec 5, 2024
1 parent 3580a03 commit 3019d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion source/s3_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,6 @@ PyObject *aws_py_s3_client_new(PyObject *self, PyObject *args) {

capsule = PyCapsule_New(s3_client, s_capsule_name_s3_client, s_s3_client_capsule_destructor);
if (!capsule) {
aws_credentials_release(anonymous_credentials);
aws_mem_release(allocator, s3_client);
goto cleanup;
}
Expand Down
2 changes: 0 additions & 2 deletions test/test_s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,6 @@ def _round_trip_with_checksums_helper(
algo=S3ChecksumAlgorithm.CRC32,
mpu=True,
provide_full_object_checksum=False):
self.region = "us-east-2"
self.bucket_name = "aws-c-s3-test-bucket-730026"
if not mpu:
# increase the part size for the client to use single part upload
self.part_size = 20 * MB
Expand Down

0 comments on commit 3019d03

Please sign in to comment.