Standard App Version Handler Static Files
data class StandardAppVersionHandlerStaticFiles(val applicationReadable: Boolean? = null, val expiration: String? = null, val httpHeaders: Map<String, String>? = null, val mimeType: String? = null, val path: String? = null, val requireMatchingFile: Boolean? = null, val uploadPathRegex: String? = null)
Constructors
Types
Properties
Link copied to clipboard
Whether files should also be uploaded as code data. By default, files declared in static file handlers are uploaded as static data and are only served to end users; they cannot be read by the application. If enabled, uploads are charged against both your code and static data storage resource quotas.