We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1959a9 commit ea0d9c0Copy full SHA for ea0d9c0
1 file changed
handwritten/storage/src/file.ts
@@ -168,8 +168,9 @@ export interface GetSignedUrlConfig
168
version?: 'v2' | 'v4';
169
170
/**
171
- * Use virtual hosted-style URLs (e.g., `https://mybucket.storage.googleapis.com/...`)
172
- * instead of path-style URLs (e.g., `https://storage.googleapis.com/mybucket/...`).
+ * Determines the URL structure for accessing bucket resources.
+ * - `true`: Uses virtual hosted-style URLs (e.g., `https://mybucket.storage.googleapis.com/...`)
173
+ * - `false`: Uses path-style URLs (e.g., `https://storage.googleapis.com/mybucket/...`).
174
* Virtual hosted-style URLs are generally preferred.
175
* @default false
176
*/
0 commit comments