The Content-Type of the file. Automatically set based on file extension when possible.
Symbol
S3FilePresignOptions.type
type?: string
// Setting explicit content type
const file = s3.file("data.bin", {
type: "application/octet-stream"
});