method HelpersService.polarsConnectionSettingsV2import { HelpersService } from "https://dotland.deno.dev/x/windmill@v1.415.1/windmill-api/index.ts"; polarsConnectionSettingsV2(unnamed 0: { workspace: string; requestBody: { s3_resource_path?: string; }; }): CancelablePromise<{ s3fs_args: { endpoint_url: string; key?: string; secret?: string; use_ssl: boolean; cache_regions: boolean; client_kwargs: PolarsClientKwargs; }; storage_options: { aws_endpoint_url: string; aws_access_key_id?: string; aws_secret_access_key?: string; aws_region: string; aws_allow_http: string; }; }>Converts an S3 resource to the set of arguments necessary to connect Polars to an S3 bucket Parametersunnamed 0: { workspace: string; requestBody: { s3_resource_path?: string; }; }ReturnsCancelablePromise<{ s3fs_args: { endpoint_url: string; key?: string; secret?: string; use_ssl: boolean; cache_regions: boolean; client_kwargs: PolarsClientKwargs; }; storage_options: { aws_endpoint_url: string; aws_access_key_id?: string; aws_secret_access_key?: string; aws_region: string; aws_allow_http: string; }; }>any Connection settings