sometimes getting timeout error when upload
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
## Describe the bug
getting it both on iTerm and Terminal. dunno the cause. VPN couldn't help.
however if I upload it using the MS Azure Storage Explorer app, the upload succeeds
**Command Name**
`az storage blob upload`
**Errors:**
```
('Connection aborted.', TimeoutError('The write operation timed out'))
```
## To Reproduce:
Steps to reproduce the behavior. Note that argument values have been redacted, as they may contain sensitive information.
- `az storage blob upload --account-name {} --account-key {} --container-name {} --name {} --file {} --auth-mode {}`
## Expected Behavior
Upload succeeds
## Environment Summary
```
macOS-12.4-arm64-arm-64bit, Darwin 21.5.0
Python 3.10.4
Installer: HOMEBREW
azure-cli 2.37.0
```
## Additional Context
Contributor guide
Assessment
This issue has not been assessed yet.