k8s-csi-s3/pkg/s3/config.go
2018-07-22 12:39:54 +02:00

11 lines
226 B
Go

package s3
// Config holds values to configure the driver
type Config struct {
AccessKeyID string
SecretAccessKey string
Region string
Endpoint string
Mounter string
EncryptionKey string
}