k8s-csi-s3/pkg/s3/config.go
2018-07-16 20:24:54 +02:00

9 lines
178 B
Go

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