UNPKG

@aws-amplify/storage

Version:

Storage category of aws-amplify

16 lines (14 loc) 551 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.getStorageUserAgentValue = void 0; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 const utils_1 = require("@aws-amplify/core/internals/utils"); function getStorageUserAgentValue(action) { return (0, utils_1.getAmplifyUserAgent)({ category: utils_1.Category.Storage, action, }); } exports.getStorageUserAgentValue = getStorageUserAgentValue; //# sourceMappingURL=userAgent.js.map