Skip to content

Commit cc695f3

Browse files
authored
docs: Add comment to clarify url-encoding of object names (#248)
* docs: Add comment to clarify url-encoding of object names Per b/371471777 * docs: Add comment to clarify url-encoding of object names Per b/371471777
1 parent 23da438 commit cc695f3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/connectors/connector_storage.workflows.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
- project_id: ${sys.get_env("GOOGLE_CLOUD_PROJECT_ID")}
2323
- bucket_name: "BUCKET_NAME" # replace BUCKET_NAME placeholder
2424
- object_name: "FILE_NAME.txt" # replace FILE_NAME placeholder
25+
# For connector calls, you should URL-encode object names to be path safe
26+
# For example: `name: ${text.url_encode(object_name)}`
2527
- create_bucket:
2628
call: googleapis.storage.v1.buckets.insert
2729
args:

0 commit comments

Comments
 (0)