Skip to content

Commit c79a544

Browse files
committed
fix: export all method from index
1 parent 2e6a1d5 commit c79a544

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

index.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
1-
import { getS3Client, putFileToS3, getFileFromS3 } from './src/S3Management'
1+
export { getS3Client, putFileToS3, getFileFromS3, getEnvConfig, getSHA1OfObject, getListObjectsFromS3, getHeadObjectFromS3, s3FileExists } from './src/S3Management'
22

3-
export { getS3Client, putFileToS3, getFileFromS3 }

0 commit comments

Comments
 (0)