From 40be1c9a5fec002681d22c237ac5747365b21e23 Mon Sep 17 00:00:00 2001 From: Florent Date: Tue, 18 Jul 2023 12:58:49 +0200 Subject: [PATCH] Revert changes to src/helpers.ts #1106 --- src/helpers.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/helpers.ts b/src/helpers.ts index cdf792a4..7d0624ee 100644 --- a/src/helpers.ts +++ b/src/helpers.ts @@ -17,6 +17,8 @@ import { import type { Encryption, ObjectMetaData, RequestHeaders } from './internal/type.ts' import { RETENTION_MODES } from './internal/type.ts' +export { ENCRYPTION_TYPES, LEGAL_HOLD_STATUS, RETENTION_MODES, RETENTION_VALIDITY_UNITS } from './internal/type.ts' + export const DEFAULT_REGION = 'us-east-1' export interface ICopySourceOptions {