mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-21 11:59:24 +02:00
Update yaml to include metadata, readme with new directions an
d pseudocode for s3 and SES work
This commit is contained in:
parent
2817a3ed5b
commit
fb1735e23f
4 changed files with 85 additions and 4 deletions
|
@ -330,11 +330,12 @@ To associate a S3 instance to your sandbox, follow these steps:
|
|||
3. Click `Services` on the application nav bar
|
||||
4. Add a new service (plus symbol)
|
||||
5. Click `Marketplace Service`
|
||||
6. On the `Select the service` dropdown, select `s3`
|
||||
7. Under the dropdown on `Select Plan`, select `basic-sandbox`
|
||||
8. Under `Service Instance` enter `getgov-s3` for the name
|
||||
6. For Space, put in your sandbox initials
|
||||
7. On the `Select the service` dropdown, select `s3`
|
||||
8. Under the dropdown on `Select Plan`, select `basic-sandbox`
|
||||
9. Under `Service Instance` enter `getgov-s3` for the name and leave the other fields empty
|
||||
|
||||
See this [resource](https://cloud.gov/docs/services/s3/) for information on associating an S3 instance with your sandbox through the CLI.
|
||||
See this [resource](https://cloud.gov/docs/services/s3/) for information on associating an S3 instance with your sandbox through the CLI. The basic commands should be `cf bind-service getgov-<your-initials> <getgov-s3>` and `cf restage getgov-<your-initials>`.
|
||||
|
||||
### Testing your S3 instance locally
|
||||
To test the S3 bucket associated with your sandbox, you will need to add four additional variables to your `.env` file. These are as follows:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue