Type Alias DenoS3LightClientSettings

DenoS3LightClientSettings: {
    accessKey?: string;
    bucket?: string;
    endPoint: string;
    pathStyle?: boolean;
    region: string;
    secretKey?: string;
    useSSL?: boolean;
}