lean-s3
    Preparing search index...

    Type Alias GetBucketCorsOptions

    type GetBucketCorsOptions = {
        bucket?: string;
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    bucket?: string

    The name of the bucket to get the CORS configuration for. Set this to override the S3ClientOptions#bucket that was passed on creation of the S3Client.

    signal?: AbortSignal

    Signal to abort the request.