GetBucketObjectsPlainArgs

data class GetBucketObjectsPlainArgs(val bucket: String, val matchGlob: String? = null, val prefix: String? = null) : ConvertibleToJava<GetBucketObjectsPlainArgs>

A collection of arguments for invoking getBucketObjects.

Constructors

Link copied to clipboard
constructor(bucket: String, matchGlob: String? = null, prefix: String? = null)

Properties

Link copied to clipboard

The name of the containing bucket.

Link copied to clipboard
val matchGlob: String? = null

A glob pattern used to filter results (for example, foo*bar).

Link copied to clipboard
val prefix: String? = null

Filter results to include only objects whose names begin with this prefix.

Functions

Link copied to clipboard
open override fun toJava(): GetBucketObjectsPlainArgs