Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packages/core/src/shared/awsClientBuilderV3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,12 @@ export class AWSClientBuilderV3 {

private keyAwsService<C extends AwsClient>(serviceOptions: AwsServiceOptions<C>): string {
// Serializing certain objects in the args allows us to detect when nested objects change (ex. new retry strategy, endpoints)
const profileId = this.context.getCredentialProfileName()
return [
String(serviceOptions.serviceClient),
JSON.stringify(serviceOptions.clientOptions),
serviceOptions.region,
profileId,
serviceOptions.userAgent ? '1' : '0',
serviceOptions.settings ? JSON.stringify(serviceOptions.settings.get('endpoints', {})) : '',
].join(':')
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type": "Bug Fix",
"description": "S3 node in explorer is not refreshed on profile change"
}