Sync folder with another lab

Mamba Python

Version 1

Detail of the version

Infos about this version
Parameters

s3_endpoint

Url of the lab S3 server (should end with 's3-server/v1'

Type : string

bucket

Name of the destination bucket

Type : string

access_key_id

Access key id for the S3 bucket

Type : string

secret_access_key

Secret access key for the S3 bucket

Type : string

source_folder

The source folder to sync with the destination lab. Must be absolute.

Type : string

destination_folder

Optional

Destination folder in the bucket. If empty, write in bucket root folder.

Type : string

transfers

Optional

Number of parallel file to transfer

Type : intDefault value : 16

chunk_size

Optional

Size of the chunk to send

Type : stringDefault value : 128M
Environment file
Code
Authors
BM
Benjamin M