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

New Google Cloud Storage folders not recognized by NIO #5203

Closed
jean-philippe-martin opened this issue May 20, 2019 · 0 comments · Fixed by #5204
Closed

New Google Cloud Storage folders not recognized by NIO #5203

jean-philippe-martin opened this issue May 20, 2019 · 0 comments · Fixed by #5204
Assignees
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@jean-philippe-martin
Copy link

jean-philippe-martin commented May 20, 2019

Of course, Google Cloud Storage does not actually have folders. However some tools create files with names ending in "/" to pretend that the folder exists.

NIO understands that 0-byte files that end in "/" actually mean "please pretend to the user that there is a folder with that name, even though Cloud Storage doesn't have folders", and complies (there is an option to turn that behavior off).

Recently we have seen non-empty files with the same intent (see this bug report). We have to update NIO so as to keep track of the latest folder convention.

@kolea2 kolea2 added api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. labels May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the Cloud Storage API. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants