UNPKG

@aws-amplify/core

Version:
6 lines (5 loc) 268 B
export { signRequest } from './signRequest'; export { presignUrl } from './presignUrl'; export { TOKEN_QUERY_PARAM } from './constants'; export { getHashedPayload } from './utils/getHashedPayload'; export type { SignRequestOptions, PresignUrlOptions } from './types';