Type alias PolarsConnectionSettingsV2Response

PolarsConnectionSettingsV2Response: {
    s3fs_args: {
        cache_regions: boolean;
        client_kwargs: PolarsClientKwargs;
        endpoint_url: string;
        key?: string;
        secret?: string;
        use_ssl: boolean;
    };
    storage_options: {
        aws_access_key_id?: string;
        aws_allow_http: string;
        aws_endpoint_url: string;
        aws_region: string;
        aws_secret_access_key?: string;
    };
}

Type declaration

  • s3fs_args: {
        cache_regions: boolean;
        client_kwargs: PolarsClientKwargs;
        endpoint_url: string;
        key?: string;
        secret?: string;
        use_ssl: boolean;
    }
    • cache_regions: boolean
    • client_kwargs: PolarsClientKwargs
    • endpoint_url: string
    • Optional key?: string
    • Optional secret?: string
    • use_ssl: boolean
  • storage_options: {
        aws_access_key_id?: string;
        aws_allow_http: string;
        aws_endpoint_url: string;
        aws_region: string;
        aws_secret_access_key?: string;
    }
    • Optional aws_access_key_id?: string
    • aws_allow_http: string
    • aws_endpoint_url: string
    • aws_region: string
    • Optional aws_secret_access_key?: string