diff --git a/lib/index.ts b/lib/index.ts index 8768561..83f5b0e 100644 --- a/lib/index.ts +++ b/lib/index.ts @@ -16,13 +16,13 @@ export type INativeTagDict = Type.INativeTagDict; interface IS3Options extends IOptions { /** - * Disable chunked transfer, use conventional stream + * Flag to disable chunked transfer, use conventional HTTPS stream instead */ - disableChunked: boolean; + disableChunked?: boolean; } /** - * Use S3-client to execute actual HTTP-requests + * Use S3-client to execute actual HTTP-requests. */ class S3Request implements IHttpClient {