Get Bucket Object Plain Args
data class GetBucketObjectPlainArgs(val bucket: String, val key: String, val range: String? = null, val tags: Map<String, String>? = null, val versionId: String? = null) : ConvertibleToJava<GetBucketObjectPlainArgs>
A collection of arguments for invoking getBucketObject.
Constructors
Functions
Properties
Link copied to clipboard
Name of the bucket to read the object from. Alternatively, an S3 access point ARN can be specified