0.36.1 • Published 3 years ago

@myhelix-cdk/static-site v0.36.1

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

static-site

Notes

Using an OAI to access the S3 bucket precludes using encryption except for AES256 (aka s3.BucketEncryption.S3_MANAGED)

If you are retrofitting this onto an bucket which already has KMS encryption (the Helix default), you will need to re-encrypt the bucket contents.

Here's a handy shell script to automate that:

PROFILE=hipaa-staging
BUCKET=portal.staging.helix.com

for OBJECT in aws --profile $PROFILE s3api list-objects --bucket "$BUCKET" | jq --raw-output '.Contents[].Key'
; do
  T="s3://$BUCKET/$OBJECT"
  aws --profile $PROFILE s3 cp --sse AES256 "$T" "$T"
done
0.36.1

3 years ago

1.77.0

3 years ago

0.35.1-alpha.22

3 years ago

0.36.0

3 years ago

0.35.1

3 years ago

0.35.0

3 years ago

0.34.0

4 years ago

0.33.0

4 years ago

0.32.0

4 years ago

0.31.0

4 years ago

0.30.0

4 years ago

0.29.0

4 years ago

0.28.8

4 years ago

0.28.7

4 years ago

0.28.6

4 years ago

0.28.5

4 years ago

0.28.4

4 years ago

0.28.3

4 years ago

0.28.2

4 years ago

0.28.1

4 years ago

0.28.0

4 years ago

0.27.0

4 years ago

0.26.0

4 years ago

0.25.0

4 years ago

0.24.0

4 years ago

0.23.0

4 years ago

0.22.0

4 years ago

0.21.0

4 years ago

0.1.0

4 years ago