Skip to content

Commit

Permalink
Merge pull request #265 from kdaily/s3-block-public-access
Browse files Browse the repository at this point in the history
Update block public access settings
  • Loading branch information
kdaily committed Apr 19, 2023
2 parents 7c7f8b6 + 6660d19 commit 4537500
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integration/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,9 @@ def setUpClass(cls):
cls.client.create_bucket(
Bucket=cls.bucket_name,
CreateBucketConfiguration={'LocationConstraint': cls.region},
ObjectOwnership='ObjectWriter',
)
cls.client.delete_public_access_block(Bucket=cls.bucket_name)

def setUp(self):
self.files = FileCreator()
Expand Down

0 comments on commit 4537500

Please sign in to comment.