First time here? Check out the FAQ!
2011-08-30 02:59:46 -0500 | answered a question | world writable containers? Thanks gholt, that solved my question. |
2011-08-30 00:18:29 -0500 | asked a question | 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 |