Clean up old references to encryptionKey

This commit is contained in:
Cyrill Troxler 2019-05-16 18:15:45 +02:00
parent b5377b4504
commit 4aa27ddcdf
5 changed files with 0 additions and 57 deletions

View file

@ -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: "",
})