File tree 1 file changed +1
-3
lines changed
1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -199,11 +199,9 @@ without aborting the entire upload, and failed parts can then be retried.
199
199
200
200
Since box-python-sdk 3.11.0 release, by default the SDK uses upload urls provided in response
201
201
when creating a new upload session. This allowes to always upload your content to the closest Box data center and
202
- can significantly improve upload speed. You can alwys disable this feature and always use base upload url by
202
+ can significantly improve upload speed. You can always disable this feature and always use base upload url by
203
203
setting ` use_upload_session_urls ` flag to ` False ` when creating upload session.
204
204
205
- ``` python
206
-
207
205
### Automatic Uploader
208
206
209
207
Since box-python-sdk 3.7.0 release, automatic uploader uses multiple threads, which significantly speeds up the upload process.
You can’t perform that action at this time.
0 commit comments