extend tests

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-02-04 09:43:40 +03:00
parent 6efc858dbd
commit 560cb01564
3 changed files with 30 additions and 5 deletions

2
s3.go
View File

@@ -69,7 +69,7 @@ func (s *s3Store) Init(opts ...store.Option) error {
}
var akey, skey string
var region string
region := "us-east-1"
endpoint := s.endpoint
if s.opts.Context != nil {