k8s-csi-s3/pkg/s3/config.go
2019-05-16 18:15:45 +02:00

10 lines
202 B
Go

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