mirror of
https://github.com/alexandernicholson/s3panoramic.git
synced 2026-03-31 09:07:11 +09:00
fix: correctly access credentials object
This commit is contained in:
parent
ecf3d25a97
commit
62562c9af6
@@ -211,7 +211,7 @@ class WebIdentityCredentials {
|
||||
}
|
||||
|
||||
const result = parseXml(responseText);
|
||||
const credentials = result.AssumeRoleWithWebIdentityResponse?.Result?.Credentials;
|
||||
const credentials = result.AssumeRoleWithWebIdentityResponse?.AssumeRoleWithWebIdentityResult?.Credentials;
|
||||
|
||||
if (!credentials) {
|
||||
console.error('IRSA Parsing Failed:', {
|
||||
|
||||
Reference in New Issue
Block a user