8000 feat(s3-service): add setConfig type (#243) · jeremydaly/lambda-api@ba18dcd · GitHub
[go: up one dir, main page]

Skip to content

Commit ba18dcd

Browse files
authored
feat(s3-service): add setConfig type (#243)
1 parent bece5d7 commit ba18dcd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import {
44
APIGatewayProxyEventV2,
55
Context,
66
} from 'aws-lambda';
7+
import { S3ClientConfig } from '@aws-sdk/client-s3';
78

89
export declare interface CookieOptions {
910
domain?: string;
@@ -132,6 +133,7 @@ export declare interface Options {
132133
isBase64?: boolean;
133134
compression?: boolean;
134135
headers?: object;
136+
s3Config?: S3ClientConfig;
135137
}
136138

137139
export declare class Request {

0 commit comments

Comments
 (0)
0