Files
TeleUploader/src/interfaces/s3/headers.ts
T

11 lines
170 B
TypeScript
Raw Normal View History

/**
* Re-export from the canonical headers implementation.
*
* @module
*/
export {
applyS3Headers,
S3_CORS_HEADERS,
s3Headers,
} from '../../utils/s3/headers';