Files
2020-07-23 17:18:21 +02:00

11 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
}