Skip to content

Commit

Permalink
readme: remove references to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgsheeh committed Nov 27, 2023
1 parent b74be0e commit e2e7027
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,6 @@ substitute for self-contained tests in individual repositories.
1. For Lando, an Auth0 developer account. See the
[lando-ui README.md](https://github.com/mozilla-conduit/lando-ui/blob/master/README.md)
for instructions on how to set that up.
1. Also for Lando/Transplant, an [AWS S3](https://aws.amazon.com/s3/)
bucket, which requires

* The bucket name
* AWS Access Key
* AWS Secret Key

### Steps

Expand All @@ -58,9 +52,6 @@ services:
lando-api:
environment:
PATCH_BUCKET_NAME: <your aws patch bucket name>
AWS_ACCESS_KEY: <your aws access key>
AWS_SECRET_KEY: <your aws secret key>
# Optional: 'http://lando-api.test' by default
OIDC_DOMAIN: <your auth0 domain>
OIDC_CLIENT_ID: <your auth0 client id for lando-ui>
Expand All @@ -74,9 +65,6 @@ services:
autoland.transplant-init:
environment: &transplant_secret
LANDO_BUCKET: <your aws patch bucket name>
LANDO_AWS_KEY: <your aws access key>
LANDO_AWS_SECRET: <your aws secret key>
autoland.transplant-api:
environment: *transplant_secret
Expand Down

0 comments on commit e2e7027

Please sign in to comment.