Skip to content

Commit d2ce69c

Browse files
authored
docs: specify file ref more precisely (googleapis#1498)
1 parent 142e30b commit d2ce69c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

handwritten/storage/samples/generateV4ReadSignedUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function main(bucketName = 'my-bucket', fileName = 'test.txt') {
3030
// The ID of your GCS bucket
3131
// const bucketName = 'your-unique-bucket-name';
3232

33-
// The ID of your GCS file
33+
// The full path of your file inside the GCS bucket, e.g. 'yourFile.jpg' or 'folder1/folder2/yourFile.jpg'
3434
// const fileName = 'your-file-name';
3535

3636
// Imports the Google Cloud client library

handwritten/storage/samples/generateV4UploadSignedUrl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function main(bucketName = 'my-bucket', fileName = 'test.txt') {
2828
// The ID of your GCS bucket
2929
// const bucketName = 'your-unique-bucket-name';
3030

31-
// The ID of your GCS file
31+
// The full path of your file inside the GCS bucket, e.g. 'yourFile.jpg' or 'folder1/folder2/yourFile.jpg'
3232
// const fileName = 'your-file-name';
3333

3434
// Imports the Google Cloud client library

0 commit comments

Comments
 (0)