import S3Transport from "./s3-transport";
export { default as S3Transport } from "./s3-transport";
export * as IS3Transport from "./s3-transport.interface";
export default S3Transport;
