updateObjectMetadata

open suspend override fun updateObjectMetadata(key: String, metadata: Map<String, String>, options: S3Client.KeyOptions)

Updates the metadata associated with the object with the given key.

Parameters

key

String The object's key.

metadata

Map A map containing the new metadata.

options

KeyOptions Optional options to configure key handling behaviour.