dropbox / dropbox-sdk-python

The Official Dropbox API V2 SDK for Python
https://www.dropbox.com/developers
MIT License
932 stars 317 forks source link

Add performant_upload.py example #436

Closed greg-db closed 2 years ago

greg-db commented 2 years ago

This adds a new example that shows how to use several optimizations for uploading multiple files in a performant manner.

codecov[bot] commented 2 years ago

Codecov Report

Merging #436 (550c294) into main (3fa08e5) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #436   +/-   ##
=======================================
  Coverage   64.25%   64.25%           
=======================================
  Files          30       30           
  Lines       51974    51974           
  Branches     5780     5780           
=======================================
  Hits        33394    33394           
  Misses      18420    18420           
  Partials      160      160           
Flag Coverage Δ
integration 64.16% <ø> (ø)
unit 63.67% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3fa08e5...550c294. Read the comment docs.