UploadOptions Class
Options that are specific to output which will be uploaded.
Initialize a UploadOptions.
- Inheritance
-
builtins.objectUploadOptions
Constructor
UploadOptions(overwrite=False, source_globs=None)
Parameters
Name | Description |
---|---|
overwrite
|
Whether to overwrite files that already exists in the destination. Default value: False
|
source_globs
|
Glob patterns used to filter files that will be uploaded. Default value: None
|