lean-s3
    Preparing search index...

    Type Alias BucketCreationOptions

    type BucketCreationOptions = {
        endpoint?: string;
        info?: BucketInfo;
        location?: BucketLocationInfo;
        locationConstraint?: string;
        region?: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    endpoint?: string

    Set this to override the S3ClientOptions#endpoint that was passed on creation of the S3Client.

    info?: BucketInfo
    locationConstraint?: string
    region?: string

    Set this to override the S3ClientOptions#region that was passed on creation of the S3Client.

    signal?: AbortSignal

    Signal to abort the request.