You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Fix minor formatting issue.
This commit is contained in:
@@ -416,7 +416,8 @@ storageS3AuthWebId(StorageS3 *const this, const HttpHeader *const header)
|
||||
const XmlNode *const xmlCred =
|
||||
xmlNodeChild(
|
||||
xmlNodeChild(
|
||||
xmlDocumentRoot(xmlDocumentNewBuf(httpResponseContent(response))), STRDEF("AssumeRoleWithWebIdentityResult"), true),
|
||||
xmlDocumentRoot(xmlDocumentNewBuf(httpResponseContent(response))), STRDEF("AssumeRoleWithWebIdentityResult"),
|
||||
true),
|
||||
STRDEF("Credentials"), true);
|
||||
|
||||
const XmlNode *const accessKeyNode = xmlNodeChild(xmlCred, STRDEF("AccessKeyId"), true);
|
||||
|
||||
Reference in New Issue
Block a user