Skip to content

Commit

Permalink
Merge 282d8ba into backport/patch-1/humbly-top-mammoth
Browse files Browse the repository at this point in the history
  • Loading branch information
hc-github-team-nomad-core committed Nov 7, 2022
2 parents 1915857 + 282d8ba commit 99f1b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/content/docs/job-specification/artifact.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ This example uses path-based notation on a publicly-accessible bucket:

```hcl
artifact {
source = "my-bucket-example.s3-us-west-2.amazonaws.com/my_app.tar.gz"
source = "s3://my-bucket-example.s3-us-west-2.amazonaws.com/my_app.tar.gz"
}
```

Expand Down Expand Up @@ -226,7 +226,7 @@ Alternatively you can use virtual hosted style:

```hcl
artifact {
source = "my-bucket-example.s3-eu-west-1.amazonaws.com/my_app.tar.gz"
source = "s3://my-bucket-example.s3-eu-west-1.amazonaws.com/my_app.tar.gz"
}
```

Expand Down

0 comments on commit 99f1b10

Please sign in to comment.