From 9496c17e13de0a8bb71395d0197a95a44e4fe19a Mon Sep 17 00:00:00 2001 From: jiuker <2818723467@qq.com> Date: Thu, 11 Apr 2024 00:28:27 +0800 Subject: [PATCH] doc: add Content-Type to s3zip (#19455) --- docs/extensions/s3zip/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/extensions/s3zip/README.md b/docs/extensions/s3zip/README.md index 88eb765e1..7db6bdec9 100644 --- a/docs/extensions/s3zip/README.md +++ b/docs/extensions/s3zip/README.md @@ -39,3 +39,7 @@ All properties except the file size are tied to the zip file. This means that mo - `ListObjectsV2` - If the ZIP file directory isn't located within the last 100MB the file will not be parsed. - A maximum of 100M inside a single zip is allowed. However, a reasonable limit of 100,000 files inside a single ZIP archive is recommended for best performance and memory usage trade-off. + +## Content-Type + +The Content-Type of the response will be determined by the extension and the following: https://pkg.go.dev/mime#TypeByExtension \ No newline at end of file