Skip to main content Link Search Menu Expand Document (external link)

index overview

Added in v1.0.0


Table of contents


exports

From “./Errors.js”

Re-exports all named exports from the “./Errors.js” module.

Signature

export * from "./Errors.js"

Added in v1.0.0

From “./S3ClientInstance.js”

Re-exports all named exports from the “./S3ClientInstance.js” module as S3ClientInstance.

Signature

export * as S3ClientInstance from "./S3ClientInstance.js"

Added in v1.0.0

From “./S3Service.js”

Re-exports all named exports from the “./S3Service.js” module.

Signature

export * from "./S3Service.js"

Added in v1.0.0

From “./S3ServiceConfig.js”

Re-exports all named exports from the “./S3ServiceConfig.js” module as S3ServiceConfig.

Signature

export * as S3ServiceConfig from "./S3ServiceConfig.js"

Added in v1.0.0

S3

Signature

export declare const S3: typeof S3Service

Added in v1.0.0

S3 (namespace)

Added in v1.0.0

Config (type alias)

Signature

export type Config = S3Service.Config

Added in v1.0.0