Skip to content

Commit daf6dc7

Browse files
committed
fix: Lint fixes
1 parent 801d9ad commit daf6dc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,9 +463,9 @@ export class DefaultS3Client {
463463
MaxKeys: request.maxResults ?? DEFAULT_MAX_KEYS,
464464
/**
465465
* 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.
466+
* 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)