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
pkg/s3

View file

@ -7,5 +7,4 @@ type Config struct {
Region string
Endpoint string
Mounter string
EncryptionKey string
}