fog / fog-google

Fog for Google Cloud Platform
MIT License
99 stars 146 forks source link

Fog::Storage::GoogleJSON list_objects doesn't support `matchGlob` parameter #614

Open fcbajao opened 7 months ago

fcbajao commented 7 months ago

API Reference: https://cloud.google.com/storage/docs/json_api/v1/objects/list

matchGlob is not a supported parameter when I was trying to use Fog::Storage::GoogleJSON::Files#all directly.

Related files:

Is this by design, or is this something that can be easily added to the list of allowed attributes and opts?