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

Ability to set custom headers for objectsGet #161

Open
paulvictor opened this issue Apr 8, 2021 · 0 comments
Open

Ability to set custom headers for objectsGet #161

paulvictor opened this issue Apr 8, 2021 · 0 comments

Comments

@paulvictor
Copy link

paulvictor commented Apr 8, 2021

I have a specific use case where I have to fetch a specific byte range of an object.
Google cloud storage provides such an API here and here by setting custom headers .
How would I be able to do the same using gogol? I can construct a value of type MediaDownload ObjectsGet and use the requestClient function to get to the GClient and set custom headers, but how would I be able to send(or more specifically perform) such a modified GClient value?

Can I have some pointers on how to solve this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant