Skip to content

Commit a733644

Browse files
committed
remove aws_endpoint_url_s3
it isn't necessary now that we are providing the region for the s3 bucket
1 parent 92aacc9 commit a733644

File tree

6 files changed

+0
-8
lines changed

6 files changed

+0
-8
lines changed

doc/usage/al2.md

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
| `arch` | |
1515
| `associate_public_ip_address` | |
1616
| `aws_access_key_id` | |
17-
| `aws_endpoint_url_s3` | Use specified S3 endpoint for S3 calls (useful when running in non-commercial AWS environments). |
1817
| `aws_region` | |
1918
| `aws_secret_access_key` | |
2019
| `aws_session_token` | |

doc/usage/al2023.md

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
| `arch` | |
1414
| `associate_public_ip_address` | |
1515
| `aws_access_key_id` | |
16-
| `aws_endpoint_url_s3` | Use specified S3 endpoint for S3 calls (useful when running in non-commercial AWS environments). |
1716
| `aws_region` | |
1817
| `aws_secret_access_key` | |
1918
| `aws_session_token` | |

templates/al2/template.json

-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
"arch": null,
1111
"associate_public_ip_address": null,
1212
"aws_access_key_id": null,
13-
"aws_endpoint_url_s3": null,
1413
"aws_region": null,
1514
"aws_secret_access_key": null,
1615
"aws_session_token": null,
@@ -192,7 +191,6 @@
192191
"script": "{{template_dir}}/provisioners/install-worker.sh",
193192
"environment_vars": [
194193
"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",
195-
"AWS_ENDPOINT_URL_S3={{ user `aws_endpoint_url_s3`}}",
196194
"AWS_SECRET_ACCESS_KEY={{user `aws_secret_access_key`}}",
197195
"AWS_SESSION_TOKEN={{user `aws_session_token`}}",
198196
"BINARY_BUCKET_NAME={{user `binary_bucket_name`}}",

templates/al2/variables-default.json

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"ami_users": "",
77
"associate_public_ip_address": "",
88
"aws_access_key_id": "{{env `AWS_ACCESS_KEY_ID`}}",
9-
"aws_endpoint_url_s3": "{{env `AWS_ENDPOINT_URL_S3`}}",
109
"aws_region": "us-west-2",
1110
"aws_secret_access_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
1211
"aws_session_token": "{{env `AWS_SESSION_TOKEN`}}",

templates/al2023/template.json

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
"arch": null,
1010
"associate_public_ip_address": null,
1111
"aws_access_key_id": null,
12-
"aws_endpoint_url_s3": null,
1312
"aws_region": null,
1413
"aws_secret_access_key": null,
1514
"aws_session_token": null,
@@ -177,7 +176,6 @@
177176
"script": "{{template_dir}}/provisioners/install-worker.sh",
178177
"environment_vars": [
179178
"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",
180-
"AWS_ENDPOINT_URL_S3={{user `aws_endpoint_url_s3`}}",
181179
"AWS_SECRET_ACCESS_KEY={{user `aws_secret_access_key`}}",
182180
"AWS_SESSION_TOKEN={{user `aws_session_token`}}",
183181
"BINARY_BUCKET_NAME={{user `binary_bucket_name`}}",

templates/al2023/variables-default.json

-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
"ami_users": "",
66
"associate_public_ip_address": "",
77
"aws_access_key_id": "{{env `AWS_ACCESS_KEY_ID`}}",
8-
"aws_endpoint_url_s3": "{{env `AWS_ENDPOINT_URL_S3`}}",
98
"aws_region": "us-west-2",
109
"aws_secret_access_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
1110
"aws_session_token": "{{env `AWS_SESSION_TOKEN`}}",

0 commit comments

Comments
 (0)