UNPKG

signalk-parquet

Version:

Vessel data Parquet file archive with automated value and geospatial triggers. History API compliant with cloud backups and queries.

8 lines 299 B
export interface ResolvedS3Endpoint { url: string; host: string; useSSL: boolean; forcePathStyle: boolean; } export declare function resolveCustomS3Endpoint(endpoint: string, forcePathStyleConfig: boolean | undefined): ResolvedS3Endpoint; //# sourceMappingURL=cloud-endpoint.d.ts.map