Skip to content

Commit

Permalink
Fix typos in doc (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
shibd authored Dec 11, 2023
1 parent c7ad067 commit 4c25f05
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/aws-s3-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ pulsarctl sinks create \
--parallelism 1 \
--sink-config \
'{
"accessKeyId": "Your access access key",
"secretAccessKey": "Your secret access key",
"accessKeyId": "Your AWS access key",
"secretAccessKey": "Your AWS secret access key",
"provider": "s3v2",
"bucket": "Your bucket name",
"region": "Your AWS S3 region",
Expand Down
2 changes: 1 addition & 1 deletion docs/azure-blob-storage-sink.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pulsarctl sinks create \
'{
"azureStorageAccountConnectionString": "Your azure blob storage account connection string",
"provider": "azure-blob-storage",
"bucket": "{Your container name",
"bucket": "Your container name",
"formatType": "json",
"partitionerType": "PARTITION"
}'
Expand Down

0 comments on commit 4c25f05

Please sign in to comment.