dtretyakov commented on issue #2146:
URL: 
https://github.com/apache/incubator-opendal/issues/2146#issuecomment-1534249587

   @Yansongsongsong it looks like that:
   
   ```
   Request
   URL: https://host:port/path/to/object?query=param
   Method: GET
   Authorization: xxx
   ...
   
   Response 
   Status Code: 307
   Content-Length: 0
   Location: 
https://cdn-host/path/to/object?query=param&Expires=123&Signature=xxx
   ```
   
   And then subsequent request should use `Location` from the response to fetch 
the actual data.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to