Skip to content

Commit

Permalink
fix gcp parameters... s3 -> google (#147)
Browse files Browse the repository at this point in the history
* fix gcp parameters... s3 -> google

Signed-off-by: Bruce Arctor <5032356+brucearctor@users.noreply.github.com>

* change s3 to google for gcs docs

Signed-off-by: Bruce Arctor <5032356+brucearctor@users.noreply.github.com>
  • Loading branch information
brucearctor committed Jul 16, 2021
1 parent 9b05df0 commit 5392ada
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion flytectl/docs/source/index.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flytectl/pkg/configutil/configutil.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ storage:
storage:
type: stow
stow:
kind: s3
kind: google
config:
json: ""
project_id: <replace-me> # TODO: replace <project-id> with the GCP project ID
Expand Down

0 comments on commit 5392ada

Please sign in to comment.