Skip to content

Commit

Permalink
docs: use variable func instead of strings in s3 example
Browse files Browse the repository at this point in the history
  • Loading branch information
crhntr committed Jul 27, 2023
1 parent eb56889 commit c3c14a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TILE_AUTHOR_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,8 +409,8 @@ release_sources:
bucket: "some-bucket"
id: "legacy-storage" # (optional) the default ID for this type is the value of bucket
region: "some-region"
access_key_id: "some-access-key-id"
secret_access_key: "some-secret-access-key"
access_key_id: $(variable "access_key_id")
secret_access_key: $(variable "secret_access_key")
path_template: "some-path-template/{{.Name}}/{{.Name}}-{{.Version}}-{{.StemcellOS}}-{{.StemcellVersion}}.tgz"
```

Expand Down

0 comments on commit c3c14a1

Please sign in to comment.