update Object Metadata
abstract suspend fun updateObjectMetadata(key: String, metadata: Map<String, String>, options: S3Client.KeyOptions = KeyOptions())
Updates the metadata associated with the object with the given key.
Parameters
key
String The object's key.
metadata
Map
options
KeyOptions Optional options to configure key handling behaviour.