This commit is contained in:
Pasha 2024-12-06 11:42:03 +03:00 committed by skeris
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,