You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Region defaults to "us-east-1", which also works for Minio
59
68
Regionstring`yaml:"region"`
60
69
Bucketstring`yaml:"bucket"`
@@ -108,6 +117,9 @@ func (o Options) Check() error {
108
117
if!hasSecretsCreds&&!hasStaticCreds {
109
118
returnfmt.Errorf("s3 storage.options: credentials are required, fill either (access_key and secret_key) or (access_key_filename and secret_key_filename)")
0 commit comments