Skip to content

Commit

Permalink
fix: typo in the example bucket in the comment (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
jebeaudet authored Nov 15, 2024
1 parent f19b4b0 commit ce499e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/PushApi/PushApiInterfaces.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export interface FileContainerOptions {
/**
* Whether to generate the presigned URL using the virtual hosted-style URL.
*
* Example of a virtual hosted-style url: `https://coveo-nprod-customer-data.s3.us-east-1.amazonaws.com/proda/blobstore/mycoveocloudv2organizationg8tp8wu3/b5e8767e-8f0d-4a89-9095-1127915c89c7[...]`
* Example of a virtual hosted-style url: `https://coveo-nprod-customerdata.s3.us-east-1.amazonaws.com/proda/blobstore/mycoveocloudv2organizationg8tp8wu3/b5e8767e-8f0d-4a89-9095-1127915c89c7[...]`
*/
useVirtualHostedStyleUrl?: boolean;
}
Expand Down

0 comments on commit ce499e6

Please sign in to comment.