diff --git a/templates/enduro.toml.j2 b/templates/enduro.toml.j2 index 8bd0fad..8f7d8b1 100644 --- a/templates/enduro.toml.j2 +++ b/templates/enduro.toml.j2 @@ -147,26 +147,29 @@ bucket = "aips" [failedPips] endpoint = "{{ pipeline.watched_endpoint }}" pathStyle = true -key = "{{ pipeline.watched_key }}" -secret = "{{ pipeline.watched_secret }}" +accessKey = "{{ pipeline.watched_key }}" +secretKey = "{{ pipeline.watched_secret }}" region = "{{ pipeline.watched_region }}" bucket = "failed-pips" [failedSips] endpoint = "{{ pipeline.watched_endpoint }}" pathStyle = true -key = "{{ pipeline.watched_key }}" -secret = "{{ pipeline.watched_secret }}" +accessKey = "{{ pipeline.watched_key }}" +secretKey = "{{ pipeline.watched_secret }}" region = "{{ pipeline.watched_region }}" bucket = "failed-sips" [upload] +maxSize = 102400000 + +[upload.bucket] endpoint = "{{ pipeline.watched_endpoint }}" -pathStyle = true -key = "{{ pipeline.watched_key }}" -secret = "{{ pipeline.watched_secret }}" +pathStyle = "{{ pipeline.watched_pathStyle }}" +accessKey = "{{ pipeline.watched_key }}" +secretKey = "{{ pipeline.watched_secret }}" region = "{{ pipeline.watched_region }}" -bucket = "sips" +bucket = "{{ pipeline.watched_bucket }}" [watcher.embedded] name = "{{ pipeline.watched_name }}" @@ -231,4 +234,3 @@ disabled = true [validation] checksumsCheckEnabled = false {% endif %} -