Get Objects Plain Args
data class GetObjectsPlainArgs(val bucket: String, val delimiter: String? = null, val encodingType: String? = null, val fetchOwner: Boolean? = null, val maxKeys: Int? = null, val prefix: String? = null, val requestPayer: String? = null, val startAfter: String? = null) : ConvertibleToJava<GetObjectsPlainArgs>
A collection of arguments for invoking getObjects.
Constructors
Properties
Link copied to clipboard
Lists object keys in this S3 bucket. Alternatively, an S3 access point ARN can be specified
Link copied to clipboard
Encodes keys using this method (Default: none; besides none, only "url" can be used)
Link copied to clipboard
Boolean specifying whether to populate the owner list (Default: false)
Link copied to clipboard
Confirms that the requester knows that they will be charged for the request. Bucket owners need not specify this parameter in their requests. If included, the only valid value is requester
.
Link copied to clipboard
Returns key names lexicographically after a specific object key in your bucket (Default: none; S3 lists object keys in UTF-8 character encoding in lexicographical order)