@opengis/fastify-table
Version:
core-plugins
13 lines • 444 B
TypeScript
declare const getS3Client: ({ accessKeyId: accessKeyId1, secretAccessKey: secretAccessKey1, user, password, endpoint: endpoint1, host, region, }?: {
accessKeyId?: string;
secretAccessKey?: string;
user?: string;
password?: string;
endpoint?: string;
host?: string;
region: string;
}) => any;
declare const s3Client: any;
export { getS3Client, s3Client };
export default s3Client;
//# sourceMappingURL=client.d.ts.map