Skip to content

Commit

Permalink
remove aws_endpoint_url_s3
Browse files Browse the repository at this point in the history
it isn't necessary now that we are providing the region for the s3
bucket
  • Loading branch information
joelddiaz committed Apr 1, 2024
1 parent 92aacc9 commit a733644
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion doc/usage/al2.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
| `arch` | |
| `associate_public_ip_address` | |
| `aws_access_key_id` | |
| `aws_endpoint_url_s3` | Use specified S3 endpoint for S3 calls (useful when running in non-commercial AWS environments). |
| `aws_region` | |
| `aws_secret_access_key` | |
| `aws_session_token` | |
Expand Down
1 change: 0 additions & 1 deletion doc/usage/al2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
| `arch` | |
| `associate_public_ip_address` | |
| `aws_access_key_id` | |
| `aws_endpoint_url_s3` | Use specified S3 endpoint for S3 calls (useful when running in non-commercial AWS environments). |
| `aws_region` | |
| `aws_secret_access_key` | |
| `aws_session_token` | |
Expand Down
2 changes: 0 additions & 2 deletions templates/al2/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"arch": null,
"associate_public_ip_address": null,
"aws_access_key_id": null,
"aws_endpoint_url_s3": null,
"aws_region": null,
"aws_secret_access_key": null,
"aws_session_token": null,
Expand Down Expand Up @@ -192,7 +191,6 @@
"script": "{{template_dir}}/provisioners/install-worker.sh",
"environment_vars": [
"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",
"AWS_ENDPOINT_URL_S3={{ user `aws_endpoint_url_s3`}}",
"AWS_SECRET_ACCESS_KEY={{user `aws_secret_access_key`}}",
"AWS_SESSION_TOKEN={{user `aws_session_token`}}",
"BINARY_BUCKET_NAME={{user `binary_bucket_name`}}",
Expand Down
1 change: 0 additions & 1 deletion templates/al2/variables-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"ami_users": "",
"associate_public_ip_address": "",
"aws_access_key_id": "{{env `AWS_ACCESS_KEY_ID`}}",
"aws_endpoint_url_s3": "{{env `AWS_ENDPOINT_URL_S3`}}",
"aws_region": "us-west-2",
"aws_secret_access_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
"aws_session_token": "{{env `AWS_SESSION_TOKEN`}}",
Expand Down
2 changes: 0 additions & 2 deletions templates/al2023/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"arch": null,
"associate_public_ip_address": null,
"aws_access_key_id": null,
"aws_endpoint_url_s3": null,
"aws_region": null,
"aws_secret_access_key": null,
"aws_session_token": null,
Expand Down Expand Up @@ -177,7 +176,6 @@
"script": "{{template_dir}}/provisioners/install-worker.sh",
"environment_vars": [
"AWS_ACCESS_KEY_ID={{user `aws_access_key_id`}}",
"AWS_ENDPOINT_URL_S3={{user `aws_endpoint_url_s3`}}",
"AWS_SECRET_ACCESS_KEY={{user `aws_secret_access_key`}}",
"AWS_SESSION_TOKEN={{user `aws_session_token`}}",
"BINARY_BUCKET_NAME={{user `binary_bucket_name`}}",
Expand Down
1 change: 0 additions & 1 deletion templates/al2023/variables-default.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
"ami_users": "",
"associate_public_ip_address": "",
"aws_access_key_id": "{{env `AWS_ACCESS_KEY_ID`}}",
"aws_endpoint_url_s3": "{{env `AWS_ENDPOINT_URL_S3`}}",
"aws_region": "us-west-2",
"aws_secret_access_key": "{{env `AWS_SECRET_ACCESS_KEY`}}",
"aws_session_token": "{{env `AWS_SESSION_TOKEN`}}",
Expand Down

0 comments on commit a733644

Please sign in to comment.