Skip to main content

S3AdapterOptions

@h4ad/serverless-adapter > S3AdapterOptions

(interface) S3AdapterOptions

The options to customize the S3Adapter

Signature:

export interface S3AdapterOptions 

(property) s3ForwardMethod

The http method that will be used to create a request to be forwarded to the framework.

Signature:

s3ForwardMethod?: string;

(property) s3ForwardPath

The path that will be used to create a request to be forwarded to the framework.

Signature:

s3ForwardPath?: string;