-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rgw/sfs: Return buckets based on owner #33
Labels
Milestone
Comments
0xavi0
referenced
this issue
in 0xavi0/ceph
Sep 30, 2022
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
14 tasks
0xavi0
referenced
this issue
in 0xavi0/ceph
Sep 30, 2022
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in 0xavi0/ceph
Sep 30, 2022
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in 0xavi0/ceph
Sep 30, 2022
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jhmarina
added
kind/enhancement
Change that positively impacts existing code
and removed
feature
labels
Oct 4, 2022
Repository owner
moved this from In Review
to Done
in S3GW
Oct 6, 2022
jecluis
referenced
this issue
in jecluis/ceph
Nov 11, 2022
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Dec 14, 2022
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Jan 15, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Jan 24, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
jecluis
referenced
this issue
in aquarist-labs/ceph
Jan 24, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
m-ildefons
pushed a commit
to m-ildefons/s3gw
that referenced
this issue
Feb 6, 2023
irq0
referenced
this issue
in irq0/ceph
Mar 13, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 15, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 15, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 15, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in irq0/ceph
Mar 17, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in aquarist-labs/ceph
Mar 17, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
irq0
referenced
this issue
in aquarist-labs/ceph
Mar 17, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in aquarist-labs/ceph
Oct 5, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in 0xavi0/ceph
Oct 5, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
0xavi0
referenced
this issue
in aquarist-labs/ceph
Oct 18, 2023
Returns only the buckets owned by the SFSUser being called. It also includes SFSUser tests. Fixes: aquarist-labs/s3gw-tools#33 Signed-off-by: Xavi Garcia <xavi.garcia@suse.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Right now
sfs
is returning by default all the buckets instead of returning the buckets owned by a particular user.This, plus https://github.com/aquarist-labs/s3gw-core/issues/85, makes it impossible to delete a user if there are buckets.
(Also, when https://github.com/aquarist-labs/s3gw-core/issues/85 is implemented it would remove all the buckets when removing a single user)
The text was updated successfully, but these errors were encountered: