Clean up old references to encryptionKey
This commit is contained in:
parent
b5377b4504
commit
4aa27ddcdf
5 changed files with 0 additions and 57 deletions
pkg/s3
|
@ -55,7 +55,6 @@ func newS3ClientFromSecrets(secrets map[string]string) (*s3Client, error) {
|
|||
SecretAccessKey: secrets["secretAccessKey"],
|
||||
Region: secrets["region"],
|
||||
Endpoint: secrets["endpoint"],
|
||||
EncryptionKey: secrets["encryptionKey"],
|
||||
// Mounter is set in the volume preferences, not secrets
|
||||
Mounter: "",
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue