BucketFileSystemLocator

@Serializable
data class BucketFileSystemLocator(val storageKey: String, val bucketName: String? = null, val pathComponents: List<String>)

Constructors

Link copied to clipboard
constructor(storageKey: String, bucketName: String? = null, pathComponents: List<String>)

Properties

Link copied to clipboard
val bucketName: String? = null

Bucket name. Not passing a bucketName will retrieve the default Bucket. (https://developer.mozilla.org/en-US/docs/Web/API/Storage_API#storage_buckets)

Link copied to clipboard

Path to the directory using each path component as an array item.

Link copied to clipboard

Storage key