diff --git a/workflows/raster/README.md b/workflows/raster/README.md index 0cfaa6926..c48dd680a 100644 --- a/workflows/raster/README.md +++ b/workflows/raster/README.md @@ -290,14 +290,14 @@ This is a copy of the publish-odr workflow with the addition of a `target` param ## Workflow Input Parameters -| Parameter | Type | Default | Description | -| ------------------ | ---- | -------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | -| ticket | str | | Ticket ID e.g. 'AIP-55' | -| region | enum | | Region of the dataset | -| source | str | s3://linz-imagery-staging/test/sample/ | The URIs (paths) to the s3 source location | +| Parameter | Type | Default | Description | +| ------------------ | ----- | ----------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| ticket | str | | Ticket ID e.g. 'AIP-55' | +| region | enum | | Region of the dataset | +| source | str | s3://linz-imagery-staging/test/sample/ | The URIs (paths) to the s3 source location | +| target_bucket_name | enum | | The bucket name of the target location | | +| copy_option | enum | --no-clobber |
`--no-clobber`
Skip overwriting existing files.
`--force`
Overwrite all files.
`--force-no-clobber`
Overwrite only changed files, skip unchanged files.
| | target | str | s3://target/path/ | the target path where the data will be stored in the ODR | -| target_bucket_name | enum | | The bucket name of the target location | | -| copy_option | enum | --no-clobber |
`--no-clobber`
Skip overwriting existing files.
`--force`
Overwrite all files.
`--force-no-clobber`
Overwrite only changed files, skip unchanged files.
| ## Examples