Rename credentials to config
This commit is contained in:
parent
f16c868b2a
commit
360d9bfe69
8 changed files with 33 additions and 33 deletions
pkg/s3
9
pkg/s3/config.go
Normal file
9
pkg/s3/config.go
Normal file
|
@ -0,0 +1,9 @@
|
|||
package s3
|
||||
|
||||
// Config holds values to configure the driver
|
||||
type Config struct {
|
||||
AccessKeyID string
|
||||
SecretAccessKey string
|
||||
Region string
|
||||
Endpoint string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue