me own pihole
This commit is contained in:
10
csi-s3/storage-csi-s3/pkg/s3/config.go
Normal file
10
csi-s3/storage-csi-s3/pkg/s3/config.go
Normal file
@@ -0,0 +1,10 @@
|
||||
package s3
|
||||
|
||||
// Config holds values to configure the driver
|
||||
type Config struct {
|
||||
AccessKeyID string
|
||||
SecretAccessKey string
|
||||
Region string
|
||||
Endpoint string
|
||||
Mounter string
|
||||
}
|
||||
Reference in New Issue
Block a user