mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-05 14:07:38 +03:00
parent
cbb64b6127
commit
34094c17e6
1 changed files with 3 additions and 0 deletions
|
@ -114,6 +114,9 @@ func (s *Store) Create(key string) (module.Blob, error) {
|
|||
|
||||
go func() {
|
||||
_, err := s.cl.PutObject(context.TODO(), s.bucketName, s.objectPrefix+key, pr, -1, minio.PutObjectOptions{})
|
||||
if err != nil {
|
||||
pr.CloseWithError(fmt.Errorf("s3 PutObject: %w", err))
|
||||
}
|
||||
errCh <- err
|
||||
}()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue