-
This commit is contained in:
parent
4e90169a1e
commit
51045f7b44
@ -140,7 +140,8 @@ func validateS3(cfg initialize.Config) error {
|
||||
|
||||
// не создаем бакет так как бакет могут не дать создать
|
||||
if !exist {
|
||||
return fmt.Errorf("bucket does not exist")
|
||||
log.Println("bucket does not exist")
|
||||
return nil
|
||||
}
|
||||
|
||||
_, err = client.PutObject(ctx, minioDal.Bucket, objectName,
|
||||
|
Loading…
Reference in New Issue
Block a user