From c3009ae3d3e051f4ea52d268b681b183392ecd1a Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Thu, 7 May 2026 13:48:19 +0100 Subject: [PATCH 1/2] Use URI for bucket. --- .octopus/variables.ocl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.octopus/variables.ocl b/.octopus/variables.ocl index b8bdfa50d4..ca9e55b92e 100644 --- a/.octopus/variables.ocl +++ b/.octopus/variables.ocl @@ -27,7 +27,7 @@ variable "AWS.BucketName" { environment = ["live"] } - value "octopus-docs-staging" { + value "s3://octopus-docs-staging" { environment = ["test"] } } From 1f9852611262da3941bd5c2718634c1103eaeda1 Mon Sep 17 00:00:00 2001 From: Steve Fenton <99181436+steve-fenton-octopus@users.noreply.github.com> Date: Thu, 7 May 2026 14:06:41 +0100 Subject: [PATCH 2/2] Temporarily remove region --- .octopus/variables.ocl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.octopus/variables.ocl b/.octopus/variables.ocl index ca9e55b92e..58b82cb95d 100644 --- a/.octopus/variables.ocl +++ b/.octopus/variables.ocl @@ -9,7 +9,7 @@ variable "AWS.Website" { } variable "AWS.Region" { - value "us-east-1" {} + value "" {} } variable "AWS.Distribution" { @@ -27,7 +27,7 @@ variable "AWS.BucketName" { environment = ["live"] } - value "s3://octopus-docs-staging" { + value "octopus-docs-staging" { environment = ["test"] } }