Skip to content

Commit

Permalink
Update readme with gcs testing tidbit
Browse files Browse the repository at this point in the history
  • Loading branch information
kpenfound committed Oct 8, 2019
1 parent 76fe577 commit 08532d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -356,3 +356,7 @@ In order to access to GCS, authentication credentials should be provided. More i
- gcs::https://www.googleapis.com/storage/v1/bucket
- gcs::https://www.googleapis.com/storage/v1/bucket/foo.zip
- www.googleapis.com/storage/v1/bucket/foo

#### GCS Testing

The tests for `get_gcs.go` require you to have GCP credentials in the HashiCorp organization, because they reach out to a bucket owned by HashiCorp. Because of this, `get_gcs_test.go` will fail for external contributors. The CircleCI environment has the appropriate access to successfully run tests.

0 comments on commit 08532d3

Please sign in to comment.