We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ac29d + e54d549 commit de6f3faCopy full SHA for de6f3fa
packages/core/src/shared/clients/s3Client.ts
@@ -465,7 +465,7 @@ export class DefaultS3Client {
465
* Set '' as the default prefix to ensure that the bucket's content will be displayed
466
* when the user has at least list access to the root of the bucket.
467
* https://github.com/aws/aws-toolkit-vscode/issues/4643
468
- * @default ''
+ * @default ''
469
*/
470
Prefix: request.folderPath ?? defaultPrefix,
471
ContinuationToken: request.continuationToken,
0 commit comments