UNPKG

409 BJavaScriptView Raw
1import { getAmplifyUserAgent, Category } from '@aws-amplify/core/internals/utils';
2
3// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4// SPDX-License-Identifier: Apache-2.0
5function getStorageUserAgentValue(action) {
6 return getAmplifyUserAgent({
7 category: Category.Storage,
8 action,
9 });
10}
11
12export { getStorageUserAgentValue };
13//# sourceMappingURL=userAgent.mjs.map