HubS3StorageConfig

data class HubS3StorageConfig(val s3OutputPath: String? = null)

Constructors

Link copied to clipboard
constructor(s3OutputPath: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val s3OutputPath: String? = null

The Amazon S3 bucket prefix for hosting hub content.interface.