Skip to main content

A tool to upload folders with multipart upload.

Project description

Uploader Service

A tool to upload folders / File with multipart upload.

Installation

pip install lizaiupload

Usage Command

usage:

lizaiupload folder_path [--parent-folder-name PARENT_FOLDER_NAME] [--thread THREAD] [--retry-delay RETRY_DELAY] [--env ENV] [--skip-extension SKIP_EXTENSIONS] [--include-folder]

positional arguments:

folder_path Path to the folder to upload

options:

-h, --help show this help message and exit

Parameter Description
--include-folder Include folder path in key
--study-name Study name
--parent-folder-name PARENT_FOLDER_NAME Parent folder name to include in key
--thread THREAD Number of threads upload
--retry-delay RETRY_DELAY Time delay (in seconds) before retrying
--skip-extension SKIP_EXTENSIONS Comma-separated list of file extensions to skip
--env ENV Path file ENV

You can also include the folder name in the key:

lizaiupload /path/to/your/folder --include-folder

Or specify a parent folder name:

lizaiupload /path/to/your/folder --parent-folder-name parent_folder

Upload all in current path use: folder_path = .

Example:

lizaiupload foldertest --env ./config --thread 10 --study-name "sk up" --include-folder

Create .env file in folder config data config

API_URL=https://example

TOKEN=token_string

Usage function

from lizaiupload.config import Config from lizaiupload.upload import upload_folder

conf = Config(api_url, token, number_threads, retry_delay_second)

Parameter Required Description
api_url True String API URL
token True String Token
number_threads False Number of threads upload (Default: 5)
retry_delay_second False Time delay (in seconds) before retrying (Default: 5)

upload_folder(config: Config, folder_path: str, include_folder: bool = False, parent_folder_name: str = None, skip_extensions: list[str] = ['.log'])

Parameter Required Description
config True Config setting
folder_path True Path to the folder to upload
include_folder False Include folder path in key
parent_folder_name False Parent folder name to include in key
skip_extensions False Comma-separated list of file extensions to skip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lizaiupload-1.4.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

lizaiupload-1.4.2-py3-none-any.whl (10.9 kB view details)

Uploaded Python 3

File details

Details for the file lizaiupload-1.4.2.tar.gz.

File metadata

  • Download URL: lizaiupload-1.4.2.tar.gz
  • Upload date:
  • Size: 8.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for lizaiupload-1.4.2.tar.gz
Algorithm Hash digest
SHA256 ad1c59331bc3eabeba6b9a9b738d6d118e080adc20b7ee71833e407d8603d0d0
MD5 3f377e559ab538f47721c9a1a1b23fc4
BLAKE2b-256 d3fe440087a837600c1df77be135f76dc17c7ac0cbd1959f58bab7850c54dac5

See more details on using hashes here.

File details

Details for the file lizaiupload-1.4.2-py3-none-any.whl.

File metadata

  • Download URL: lizaiupload-1.4.2-py3-none-any.whl
  • Upload date:
  • Size: 10.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.0 CPython/3.12.3

File hashes

Hashes for lizaiupload-1.4.2-py3-none-any.whl
Algorithm Hash digest
SHA256 6041c6f5511d43fab8cc593222ac7f7df84ae72d018d2d1022cb0ae671c0962d
MD5 9561536a472b470761f43dcbb37aa248
BLAKE2b-256 0e98a3236cb5465cefc1c74943af82ad760cc3feccba115e5ca24c66d0dbebe8

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page