Command: sys s3-sync start

Usage

guild sys s3-sync start [OPTIONS] URI

Start S3 sync service.

The S3 sync service synchronizes runs with S3 location URI. URI must be in the format s3://BUCKET[/PATH] where BUCKET is a writable S3 bucket and PATH is an optional path within the bucket.

Credentials must be provided using AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY environment variables.

The bucket region may be specified using --region or using AWS_DEFAULT_REGION environment variable.

Options

-i, --sync-interval INTEGER RANGE Maximum interval between synchronization attempts (default is 60).
-m, --log-max-size MB Maximum log size in megabytes (default is 100).
-b, --log-backups N Number of log backups to maintain when run as a service (default is 5).
-f, --foreground Run in the foreground.
--help Show this message and exit.

Guild AI version 0.9.0

1 Like