From ea92b5037ccae1e5f825df312577da07e3ddd951 Mon Sep 17 00:00:00 2001 From: Megan Davidson <33814653+MDavidson17@users.noreply.github.com> Date: Fri, 24 May 2024 09:04:53 +1200 Subject: [PATCH] docs: fix table in readme --- workflows/raster/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 |