Skip to content

Commit

Permalink
add sseCustomerAlgorithm to aws config (#260)
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 18, 2024
1 parent e9dc9fa commit 3674b72
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 3674b72

Please sign in to comment.