yoshidan / google-cloud-rust

Google Cloud Client Libraries for Rust.
MIT License
243 stars 87 forks source link

[Cloud Storage] Is it possible to set custom cname for the signed url? #216

Open cryptrr opened 10 months ago

cryptrr commented 10 months ago

Thank you for making this library :).

I wanted to set the equivalent of these two fields.

virtualHostedStyle: true,
cname:"https://cdn.example.com"

Is it possible as of now.

yoshidan commented 10 months ago

Currently it's not possible. I'd be willing to add that feature if I had the time.