You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 therequestClient
function to get to theGClient
and set custom headers, but how would I be able tosend
(or more specificallyperform
) such a modifiedGClient
value?Can I have some pointers on how to solve this?
The text was updated successfully, but these errors were encountered: