Skip to content

Commit

Permalink
fix: Fixed UA import path (#12248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc authored Oct 10, 2023
1 parent 6060984 commit 228cd00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/src/providers/s3/apis/internal/getUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import {
DEFAULT_PRESIGN_EXPIRATION,
MAX_URL_EXPIRATION,
} from '../../utils/constants';
import { StorageAction } from '@aws-amplify/core/lib-esm/libraryUtils';
import { StorageAction } from '@aws-amplify/core/internals/utils';

export const getUrl = async function (
amplify: AmplifyClassV6,
Expand Down

0 comments on commit 228cd00

Please sign in to comment.