yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
241 stars 86 forks source link

Adding "matchGlob" to "ListBucketsRequest" #259

Closed otobrglez closed 5 months ago

otobrglez commented 5 months ago

Hey!

I would love to use this library for my projects. However, I found that it lacks the option to match with globbing when one wants to list objects in a bucket. I'm not sure if this PR is the right approach; however, if you can help me navigate this further, I would like to extend this codebase with this functionality.

Documentation for Google Cloud Storage - List Objects where matchGlob also lives.

Regards,

- Oto

yoshidan commented 5 months ago

@otobrglez

  1. Could you add the matchGlob to test . https://github.com/yoshidan/google-cloud-rust/actions/runs/8889195974/job/24407198542?pr=259#step:6:254

  2. Could you run cargo fix clipp and cargo fmt` to fix lint error

yoshidan commented 5 months ago

I will fix CI.