opendevreview | Alistair Coles proposed openstack/swift master: Container-server: add container namespaces GET https://review.opendev.org/c/openstack/swift/+/890470 | 10:47 |
---|---|---|
opendevreview | Alistair Coles proposed openstack/swift master: Proxy: Use namespaces when getting listing/updating shards https://review.opendev.org/c/openstack/swift/+/895602 | 10:47 |
opendevreview | Alistair Coles proposed openstack/swift master: proxy: only use listing shards cache for 'auto' listings https://review.opendev.org/c/openstack/swift/+/901335 | 10:51 |
opendevreview | Alistair Coles proposed openstack/swift master: slo: part-number=N query parameter support https://review.opendev.org/c/openstack/swift/+/894570 | 14:17 |
opendevreview | Alistair Coles proposed openstack/swift master: s3api: Support GET/HEAD request with ?partNumber https://review.opendev.org/c/openstack/swift/+/894580 | 14:28 |
opendevreview | Alistair Coles proposed openstack/swift master: Delete s3api MPU segments when the manifest expires https://review.opendev.org/c/openstack/swift/+/800701 | 14:30 |
opendevreview | Alistair Coles proposed openstack/swift master: s3api: add API support for optional bucket inventory https://review.opendev.org/c/openstack/swift/+/835938 | 14:30 |
k-s | clayg: ok, thanks for sharing (about parse_acl). We just started looking into ACL, we'll try to submit a patch to add the back compat behavior | 15:01 |
fulecorafa | Hey there, I have a question. We're trying to use aws cli to change containers' ACLs so that Lara could access John´s bucket/container (fake names we're using just as a map). However, trying this with `AWS_ACCESS_KEY_ID=john AWS_SECRET_ACCESS_KEY=supersecret aws s3api put-bucket-acl --bucket local5 --grant-read id=lara_project:lara --endpoint-url=http://local-docker-swift` has been returning an error of missing | 17:06 |
fulecorafa | header. Adding `--acl public-read` solves the error but does not change the ACL so Lara could read. Any tips on how this should be done? | 17:06 |
opendevreview | Alistair Coles proposed openstack/swift master: wip: ClosingIterator class https://review.opendev.org/c/openstack/swift/+/905011 | 19:14 |
opendevreview | Tim Burke proposed openstack/python-swiftclient master: Remove duplicate script entry leading to broken wheel build https://review.opendev.org/c/openstack/python-swiftclient/+/904548 | 21:26 |
timburke | fulecorafa, i think lara would need to use an access key like lara:john_project -- see https://github.com/openstack/swift/blob/master/swift/common/middleware/s3api/s3token.py#L295-L296 for an example of an auth middleware parsing that sort of access key to change accounts | 21:58 |
timburke | the public-read acl is unfortunate; i think you can set the container acl to lara:john_project via the swift api to get what you're looking for, though (or "lara, lara:john_project" to give lara access via either api) | 22:01 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!