Skip to content

Commit

Permalink
feat(s3-service): add setConfig type (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
naorpeled authored Jul 11, 2023
1 parent bece5d7 commit ba18dcd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {
APIGatewayProxyEventV2,
Context,
} from 'aws-lambda';
import { S3ClientConfig } from '@aws-sdk/client-s3';

export declare interface CookieOptions {
domain?: string;
Expand Down Expand Up @@ -132,6 +133,7 @@ export declare interface Options {
isBase64?: boolean;
compression?: boolean;
headers?: object;
s3Config?: S3ClientConfig;
}

export declare class Request {
Expand Down

0 comments on commit ba18dcd

Please sign in to comment.