cloud-gov/cf-ex-drupal8

README: change `cf env web` to something service-specific

Closed this issue · 3 comments

Current state

The README tells our gentle readers to run cf env web to get the credentials for their S3 bucket. This works, but only if the reader has already pushed the app once, and it requires a bit of weeding through the non-S3 env data.

Desired state

Change the cf env web line to be specifically about the relevant S3 service, currently called storage.

https://github.com/18F/cf-ex-drupal8/pulls solves this by replacing actual AWS S3 with a local Minio S3 emulation in Docker. Should that be merged in and obviate this need?

Absolutely. Finally taking a closer look at it now — thank you!

(#7, that is)