Commit bd13fc6 1 parent e5883b9 commit bd13fc6 Copy full SHA for bd13fc6
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ We have a number of [HelloWorld type scenarios](https://github.com/temporalio/sa
41
41
42
42
### Use CLI
43
43
44
- Use [ Temporal's command line tool] ( https://docs.temporal.io/docs/system-tools/ tctl ) ` tctl ` to interact with the local Temporal server.
44
+ Use [ Temporal's command line tool] ( https://docs.temporal.io/tctl-v1 ) ` tctl ` to interact with the local Temporal server.
45
45
46
46
``` bash
47
47
alias tctl=" docker exec temporal-admin-tools tctl"
Original file line number Diff line number Diff line change 1
1
# Google Storage blobstore
2
2
## Configuration
3
- See https://cloud.google.com/docs/authentication/production to understand how is made the authentication against google cloud storage
3
+ See https://cloud.google.com/docs/authentication#service-accounts to understand how is made the authentication against google cloud storage
4
4
5
5
Nowdays we support three different ways in order to let Temporal know where your google keyfile credentials are located
6
6
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ s3://<bucket-name>/<namespace-id>/
71
71
```
72
72
73
73
## Using localstack for local development
74
- 1 . Install awscli from [ here] ( https://docs.aws.amazon.com/cli/latest/userguide/cli-chap -install.html )
74
+ 1 . Install awscli from [ here] ( https://docs.aws.amazon.com/cli/latest/userguide/getting-started -install.html )
75
75
2 . Install localstack from [ here] ( https://github.com/localstack/localstack#installing )
76
76
3 . Launch localstack with ` SERVICES=s3 localstack start `
77
77
4 . Create a bucket using ` aws --endpoint-url=http://localhost:4572 s3 mb s3://temporal-development `
You can’t perform that action at this time.
0 commit comments