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

QueryEscape GCS Object On Unlock #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

brockwood
Copy link

Greetings,

Thank you for the great library. While using it in an Google Cloud Function I'm writing, I came across an issue where the mutex would lock successfully but would not unlock. Upon inspecting what was going on, it turns out that the object name contained a subdirectory which was messing up the DELETE request. Adding the QueryEscape to the object name fixes this problem.

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.

1 participant