Subject: | copy_key() doesn't allow specifying just acl_short |
copy_key() takes an optional third argument that is a configuration hash
containing metadata and/or acl_short. If this argument is absent, the
metadata from the original key is copied. If the argument is present,
only the metadata in the hash is used. Unfortunately, this is true even
if the only key in the configuration hash is acl_short.
There is currently no way in copy_key() to specify acl_short while
copying the metadata from the original key.