Key-value map for user-defined S3 metadata.
Mirrors the HashMap<String, String> accepted by object_set_metadata. All keys and values must be US-ASCII printable characters (S3 constraint).
HashMap<String, String>
object_set_metadata
Key-value map for user-defined S3 metadata.
Mirrors the
HashMap<String, String>accepted byobject_set_metadata. All keys and values must be US-ASCII printable characters (S3 constraint).