Update Dependencies to latest RC Candidate

This commit is contained in:
stefanbenten
2020-03-11 14:33:52 +01:00
parent 924275e45b
commit fb3d410004
3 changed files with 14 additions and 5 deletions

View File

@ -658,7 +658,7 @@ func (s *StorjStorage) Put(token string, filename string, reader io.Reader, cont
ctx := context.TODO()
writer, err := s.project.UploadObject(ctx, s.bucket.Name, key, &uplink.UploadOptions{})
writer, err := s.project.UploadObject(ctx, s.bucket.Name, key, nil)
if err != nil {
return err
}