If you have already uploaded an object to an Amazon S3 bucket, how do you change the metadata using the API? It is possible to do this in the AWS Management Console, but it
If you want your metadata stored remotely use set_remote_metadata
set_remote_metadata
Example: key.set_remote_metadata({'to_be': 'added'}, ['key', 'to', 'delete'], {True/False})
key.set_remote_metadata({'to_be': 'added'}, ['key', 'to', 'delete'], {True/False})
Implementation is here: https://github.com/boto/boto/blob/66b360449812d857b4ec6a9834a752825e1e7603/boto/s3/key.py#L1875