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