UMIACS / rgwadmin

Ceph Object Storage Admin API python library bindings.
https://rgwadmin.readthedocs.io/
GNU Lesser General Public License v2.1
85 stars 47 forks source link

"Link bucket" operation does not strictly require the bucket-id param #46

Closed liammonahan closed 4 years ago

liammonahan commented 4 years ago

The link-bucket[0] documentation says that the bucket-id query param is optional, but rgwadmin makes it required.

We should make it an optional kwarg to match up.

[0] - https://docs.ceph.com/docs/master/radosgw/adminops/#link-bucket

liammonahan commented 4 years ago

It turns out that the Ceph documentation about the API function is wrong. bucket-id is required as far as I can tell.

http://lists.ceph.com/pipermail/ceph-users-ceph.com/2017-February/016443.html