There is an existing bug related to the impossibility to delete the read ACL of
Swift.
Check https://tracker.ceph.com/issues/22897
V.
On 30/03/18, 18:11 , "ceph-users on behalf of Vladimir Prokofev"
wrote:
As usual, I found solution after a while.
Metadata field is not deleting as it
As usual, I found solution after a while.
Metadata field is not deleting as it should by API docs, but it can be
changed. So I just changed it with
curl -X POST -i -H "X-Auth-Token: -H "X-Container-Read:
:*" https://endpoint.url/swift/v1/containername
and now metadata field looks like this
X-Conta
CEPH 12.2.2, RGW.
I'm using it as an object storage endpoint for Openstack.
Recently while browsing an object storage from Horizon, I accidently marked
container as public. The issue is - I can't make it private again!
Docs state that to do it I should simply delete X-Container-Read metadata,
but