Initial
This commit is contained in:
13
resources/app/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js
generated
vendored
Normal file
13
resources/app/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.native.js
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
export const defaultUserAgent = ({ serviceId, clientVersion }) => async () => {
|
||||
const sections = [
|
||||
["aws-sdk-js", clientVersion],
|
||||
["ua", "2.0"],
|
||||
["os/other"],
|
||||
["lang/js"],
|
||||
["md/rn"],
|
||||
];
|
||||
if (serviceId) {
|
||||
sections.push([`api/${serviceId}`, clientVersion]);
|
||||
}
|
||||
return sections;
|
||||
};
|
||||
Reference in New Issue
Block a user