0.36.1 • Published 5 years ago
@myhelix-cdk/static-site v0.36.1
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
5 years ago
1.77.0
5 years ago
0.35.1-alpha.22
5 years ago
0.36.0
5 years ago
0.35.1
5 years ago
0.35.0
5 years ago
0.34.0
5 years ago
0.33.0
5 years ago
0.32.0
5 years ago
0.31.0
5 years ago
0.30.0
5 years ago
0.29.0
5 years ago
0.28.8
5 years ago
0.28.7
5 years ago
0.28.6
5 years ago
0.28.5
5 years ago
0.28.4
5 years ago
0.28.3
5 years ago
0.28.2
5 years ago
0.28.1
5 years ago
0.28.0
5 years ago
0.27.0
5 years ago
0.26.0
5 years ago
0.25.0
5 years ago
0.24.0
5 years ago
0.23.0
5 years ago
0.22.0
5 years ago
0.21.0
5 years ago
0.1.0
5 years ago