updateObjectMetadata

open suspend override fun updateObjectMetadata(key: String, metadata: Map<String, String>)

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.