S3FileUploadOptions: {
    CacheControl?: string;
    ContentType?: string;
}

Type declaration

  • OptionalCacheControl?: string

    Cache-Control header for file, e.g., no-cache max-age=3600

  • OptionalContentType?: string

    File MIME type.

    If not set, it will be inferred from the file name.