mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
doc: add Content-Type to s3zip (#19455)
This commit is contained in:
parent
ed64e91f06
commit
9496c17e13
@ -39,3 +39,7 @@ All properties except the file size are tied to the zip file. This means that mo
|
|||||||
- `ListObjectsV2`
|
- `ListObjectsV2`
|
||||||
- If the ZIP file directory isn't located within the last 100MB the file will not be parsed.
|
- 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.
|
- 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
|
Loading…
Reference in New Issue
Block a user