Merge pull request #3839 from kirat-singh/feature.azure-sdk-update
Update Azure SDK and support additional authentication schemes
This commit is contained in:
commit
2fb8dbdeca
365 changed files with 44060 additions and 21016 deletions
|
@ -1425,7 +1425,7 @@ func (w *writer) Close() error {
|
|||
return w.flushPart()
|
||||
}
|
||||
|
||||
func (w *writer) Cancel() error {
|
||||
func (w *writer) Cancel(ctx context.Context) error {
|
||||
if w.closed {
|
||||
return fmt.Errorf("already closed")
|
||||
} else if w.committed {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue