Skip to content

Commit

Permalink
Merge pull request #39 from IMAP-Science-Operations-Center/sit1-bucke…
Browse files Browse the repository at this point in the history
…t-access-fix

Post SIT1 fix
  • Loading branch information
greglucas authored Mar 1, 2023
2 parents 90413bb + 6a68ccd commit 96445ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sds_in_a_box/sds_in_a_box_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def __init__(self, scope: Construct, construct_id: str, **kwargs) -> None:
#bucket_name="DataBucket",
versioned=True,
removal_policy=RemovalPolicy.DESTROY,
auto_delete_objects=True
auto_delete_objects=True,
block_public_access=s3.BlockPublicAccess.BLOCK_ALL
)

# Need to make a secret username/password for OpenSearch
Expand Down

0 comments on commit 96445ee

Please sign in to comment.