-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
storage: add support for matchGlob #7727
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
product-auto-label
bot
added
the
api: storage
Issues related to the Cloud Storage API.
label
Apr 11, 2023
noahdietz
added
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
and removed
triage me
I really want to be triaged.
labels
Apr 11, 2023
Thanks for the PR -- we had this in our backlog for this quarter anyway. I left some comments, we can work with you on the PR or finish it off ourselves. |
tritone
added a commit
to tritone/google-cloud-go
that referenced
this issue
Jun 15, 2023
Adds support for MatchGlob in listing objects. Only JSON is supported because the parameter is not yet available via the gRPC API. Updates googleapis#7727 Supercedes googleapis#7728
tritone
added a commit
to tritone/google-cloud-go
that referenced
this issue
Jun 15, 2023
Adds support for MatchGlob in listing objects. Only JSON is supported because the parameter is not yet available via the gRPC API. Updates googleapis#7727 Supercedes googleapis#7728
tritone
added a commit
to tritone/google-cloud-go
that referenced
this issue
Jun 15, 2023
Adds support for MatchGlob in listing objects. Only JSON is supported because the parameter is not yet available via the gRPC API. Updates googleapis#7727 Supercedes googleapis#7728
1 task
Fixed by #8618 |
tritone
added a commit
to tritone/google-cloud-go
that referenced
this issue
Oct 11, 2023
tritone
added a commit
to tritone/google-cloud-go
that referenced
this issue
Oct 11, 2023
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.
Is your feature request related to a problem? Please describe.
Support for the
matchGlob
parameter when listing objects in a bucket is not available from the SDK.Describe the solution you'd like
Add an attribute to the
storage.Query
struct to be able to provide a glob pattern to match.Describe alternatives you've considered
The alternative is to use the JSON API directly, which works, but then you need to handle all the boilerplate with headers and authentication etc. by your self.
The text was updated successfully, but these errors were encountered: