chore: Update dist

This commit is contained in:
GitHub Actions
2026-01-20 03:51:23 +00:00
parent c48c1abdc6
commit e0972b3bd3
14 changed files with 376 additions and 212 deletions

2
dist/869.index.js generated vendored
View File

@@ -28,7 +28,7 @@ const resolveCredentialSource = (credentialSource, profileName, logger) => {
},
Environment: async (options) => {
logger?.debug("@aws-sdk/credential-provider-ini - credential_source is Environment");
const { fromEnv } = await __webpack_require__.e(/* import() */ 121).then(__webpack_require__.t.bind(__webpack_require__, 7121, 19));
const { fromEnv } = await Promise.resolve(/* import() */).then(__webpack_require__.t.bind(__webpack_require__, 5606, 19));
return async () => fromEnv(options)().then(setNamedProvider);
},
};