UNPKG

@gravitywelluk/aws

Version:

Library of commonly used AWS wrapper functions to communicate with the AWS SDK

7 lines (6 loc) 223 B
export * from "./delete-object-from-s3"; export * from "./get-object-from-s3"; export * from "./pre-signed-s3-url"; export * from "./put-object-to-s3"; export * from "./s3-configure"; export * from "./upload-object-to-s3";