Get Object Plain Args
data class GetObjectPlainArgs(val bucket: String, val key: String, val range: String? = null, val tags: Map<String, String>? = null, val versionId: String? = null) : ConvertibleToJava<GetObjectPlainArgs>
A collection of arguments for invoking getObject.
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