/.
Upload A File
Upload A Directory
conflict=, ignore_patterns=, and
max_concurrency=.
Dispatch By Source Type
upload() dispatches to upload_file() or upload_dir() based on the local
source type. Use the explicit helpers when you need file-only or directory-only
options.
Resumable Uploads
--resumable,
--checksum, --spool-to-disk, and --concurrency.
Upload From Stdin
--spool-to-disk auto or
always.