Skip to content

Commit

Permalink
[FEAT] Clean up
Browse files Browse the repository at this point in the history
Signed-off-by: rita.canavarro <[email protected]>
  • Loading branch information
rita.canavarro committed Aug 17, 2023
1 parent a2778be commit 71938f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion providers/azure/azure.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ func (b *Bucket) Upload(ctx context.Context, name string, r io.Reader) error {
BlockSize: 3 * 1024 * 1024,
Concurrency: 4,
}

if _, err := blobClient.UploadStream(ctx, r, opts); err != nil {
return errors.Wrapf(err, "cannot upload Azure blob, address: %s", name)
}
Expand Down

0 comments on commit 71938f3

Please sign in to comment.