Skip to content

Commit

Permalink
add sseCustomerAlgorithm to aws config
Browse files Browse the repository at this point in the history
add sseCustomerAlgorithm to aws config based on new changes to upstream
  • Loading branch information
amold1 authored Apr 17, 2024
1 parent 4210732 commit 54e11e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ data:
"secretAccessKey": "$${AWS_SECRET_ACCESS_KEY}",
"region": "$${AWS_REGION}",
"endpoint": "$${AWS_ENDPOINT#*$$BUCKET_NAME.}",
"sseCustomerKey": "$${AWS_SSE_CUSTOMER_KEY}"
"sseCustomerKey": "$${AWS_SSE_CUSTOMER_KEY}",
"sseCustomerAlgorithm": "AES256"
}
EOF
volumeMounts:
Expand Down

0 comments on commit 54e11e3

Please sign in to comment.