world writable containers?
Is it possible to have world writable containers? After reading http://swift.openstack.org/misc.html#module-swift.common.middleware.acl (http://swift.openstack.org/misc.html#...) I was able to create world readable containers using .r:*, but that syntax is not allowed for writable containers and * doesn't seem to work either. Here's an example of the command I'm using:
curl -k -v -X PUT -H 'X-Auth-Token: AUTH_xx' -H 'X-Container-Write: *' https://storage_url/public-container