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

Azure ListBuckets for different users #633

Merged
merged 1 commit into from
Jun 14, 2024
Merged

Conversation

0x180
Copy link
Contributor

@0x180 0x180 commented Jun 14, 2024

Changed ListBuckets action implementation to return all the buckets for admin users and only the ones owned by the requester for regular users.

If the following configuration is not provided for ListContainersPager, it clears container metadata. This is probably an sdk bug or the problem appears in azurite.

&service.ListContainersOptions{
  Include: service.ListContainersInclude{
    Metadata: true,
  },
}

…ets for admin users and only the ones only the requester for regular users
@benmcclelland benmcclelland merged commit be098d2 into main Jun 14, 2024
12 checks passed
@benmcclelland benmcclelland deleted the fix/azure-list-buckets branch June 14, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants