GetBucketObjectsResult

data class GetBucketObjectsResult(val bucket: String, val commonPrefixes: List<String>, val delimiter: String? = null, val encodingType: String? = null, val fetchOwner: Boolean? = null, val id: String, val keys: List<String>, val maxKeys: Int? = null, val owners: List<String>, val prefix: String? = null, val startAfter: String? = null)

A collection of values returned by getBucketObjects.

Constructors

Link copied to clipboard
constructor(bucket: String, commonPrefixes: List<String>, delimiter: String? = null, encodingType: String? = null, fetchOwner: Boolean? = null, id: String, keys: List<String>, maxKeys: Int? = null, owners: List<String>, prefix: String? = null, startAfter: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

List of any keys between prefix and the next occurrence of delimiter (i.e., similar to subdirectories of the prefix "directory"); the list is only returned when you specify delimiter

Link copied to clipboard
val delimiter: String? = null
Link copied to clipboard
val encodingType: String? = null
Link copied to clipboard
val fetchOwner: Boolean? = null
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

List of strings representing object keys

Link copied to clipboard
val maxKeys: Int? = null
Link copied to clipboard

List of strings representing object owner IDs (see fetch_owner above)

Link copied to clipboard
val prefix: String? = null
Link copied to clipboard
val startAfter: String? = null