Skip to content

Commit 0c01fbd

Browse files
committed
Bugfix to ensure compatibility with awscli 1.9.8 which introduced
additional encryption options.
1 parent a895f11 commit 0c01fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/aws-code-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ if [ ! -z "$S3_KEY_PREFIX" ]; then
317317
fi
318318

319319
if [ "$AWS_CODE_DEPLOY_S3_SSE" == "true" ]; then
320-
S3_CP="$S3_CP --sse"
320+
S3_CP="$S3_CP --sse AES256"
321321
fi
322322

323323
runCommand "$S3_CP \"$APP_LOCAL_TEMP_FILE\" \"s3://$S3_FULL_BUCKET/$APP_LOCAL_FILE\"" \

0 commit comments

Comments
 (0)