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

GS localization fails if user doesn't have list permissions for bucket of input #149

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

njharlen
Copy link
Collaborator

Prior behavior checked for input existence by listing all objects with the same prefix as the requested object, which fails if the user doesn't have list permissions. Updated to instead first check if the object exists as a file with the exact name passed, and then only perform a list operation to check for directory inputs if that fails.

@julianhess julianhess merged commit 040e672 into master Aug 5, 2024
1 of 3 checks passed
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