Type alias StsTransferApi

StsTransferApi: {
    aws_access_key_id: string;
    aws_secret_access_key: string;
    aws_session_token?: string | null;
    s3_bucket: string;
    s3_endpoint_url?: string | null;
    s3_key: string;
    s3_url: string;
    type?: any;
}

Type declaration

  • aws_access_key_id: string

    AWS access key.

  • aws_secret_access_key: string

    AWS secret accesss key.

  • Optional aws_session_token?: string | null

    AWS session token.

  • s3_bucket: string

    S3 bucket.

  • Optional s3_endpoint_url?: string | null

    S3 endpoint URL.

  • s3_key: string

    S3 key.

  • s3_url: string

    S3 full URL.

  • Optional type?: any

    URL type.

Generated using TypeDoc