doc: add Content-Type to s3zip (#19455)

This commit is contained in:
jiuker 2024-04-11 00:28:27 +08:00 committed by GitHub
parent ed64e91f06
commit 9496c17e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -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