Thursday, 2024-01-11

opendevreviewAlistair Coles proposed openstack/swift master: Container-server: add container namespaces GET  https://review.opendev.org/c/openstack/swift/+/89047010:47
opendevreviewAlistair Coles proposed openstack/swift master: Proxy: Use namespaces when getting listing/updating shards  https://review.opendev.org/c/openstack/swift/+/89560210:47
opendevreviewAlistair Coles proposed openstack/swift master: proxy: only use listing shards cache for 'auto' listings  https://review.opendev.org/c/openstack/swift/+/90133510:51
opendevreviewAlistair Coles proposed openstack/swift master: slo: part-number=N query parameter support  https://review.opendev.org/c/openstack/swift/+/89457014:17
opendevreviewAlistair Coles proposed openstack/swift master: s3api: Support GET/HEAD request with ?partNumber  https://review.opendev.org/c/openstack/swift/+/89458014:28
opendevreviewAlistair Coles proposed openstack/swift master: Delete s3api MPU segments when the manifest expires  https://review.opendev.org/c/openstack/swift/+/80070114:30
opendevreviewAlistair Coles proposed openstack/swift master: s3api: add API support for optional bucket inventory  https://review.opendev.org/c/openstack/swift/+/83593814:30
k-sclayg: 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 behavior15:01
fulecorafaHey 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 missing17: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
opendevreviewAlistair Coles proposed openstack/swift master: wip: ClosingIterator class  https://review.opendev.org/c/openstack/swift/+/90501119:14
opendevreviewTim Burke proposed openstack/python-swiftclient master: Remove duplicate script entry leading to broken wheel build  https://review.opendev.org/c/openstack/python-swiftclient/+/90454821:26
timburkefulecorafa, 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 accounts21:58
timburkethe 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/!