Skip to content
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

Closed
0xavi0 opened this issue Jul 12, 2022 · 0 comments · Fixed by aquarist-labs/ceph#48
Closed

rgw/sfs: Return buckets based on owner #33

0xavi0 opened this issue Jul 12, 2022 · 0 comments · Fixed by aquarist-labs/ceph#48
Assignees
Labels
area/rgw-sfs RGW & SFS related kind/enhancement Change that positively impacts existing code
Milestone

Comments

@0xavi0
Copy link
Contributor

0xavi0 commented Jul 12, 2022

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)

@jecluis jecluis added the feature label Aug 2, 2022
@jecluis jecluis transferred this issue from aquarist-labs/s3gw-tools Aug 3, 2022
@votdev votdev added s3gw-rgw and removed s3gw-rgw labels Sep 5, 2022
@jhmarina jhmarina moved this from To Do to Backlog in S3GW Sep 7, 2022
@jecluis jecluis added this to the v0.5.0 milestone Sep 7, 2022
@jhmarina jhmarina moved this from Backlog to To Do (v0.5.0) in S3GW Sep 7, 2022
@m-ildefons m-ildefons modified the milestones: v0.5.0, v0.6.0 Sep 15, 2022
@jhmarina jhmarina moved this from To Do (v0.5.0) to To Do (v0.6.0) in S3GW Sep 16, 2022
@jhmarina jhmarina modified the milestones: v0.6.0, v0.7.0 Sep 29, 2022
@jhmarina jhmarina moved this from To Do (v0.6.0) to v0.7.0 in S3GW Sep 29, 2022
@0xavi0 0xavi0 self-assigned this Sep 29, 2022
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>
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 jhmarina added kind/enhancement Change that positively impacts existing code and removed feature labels Oct 4, 2022
@0xavi0 0xavi0 moved this from To Do v0.7.0 to In Progress in S3GW Oct 4, 2022
@0xavi0 0xavi0 moved this from In Progress to In Review in S3GW Oct 4, 2022
@jhmarina jhmarina added the area/rgw-sfs RGW & SFS related label Oct 5, 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
area/rgw-sfs RGW & SFS related kind/enhancement Change that positively impacts existing code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants