Skip to content

Commit e2c0a8a

Browse files
Merge master into feature/emr
2 parents a6ae8ff + e54d549 commit e2c0a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/shared/clients/s3Client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export class DefaultS3Client {
465465
* Set '' as the default prefix to ensure that the bucket's content will be displayed
466466
* when the user has at least list access to the root of the bucket.
467467
* https://github.com/aws/aws-toolkit-vscode/issues/4643
468-
* @default ''
468+
* @default ''
469469
*/
470470
Prefix: request.folderPath ?? defaultPrefix,
471471
ContinuationToken: request.continuationToken,

0 commit comments

Comments
 (0)