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
Got an error connecting to storage.googleapis.com
Using ngx.cookie_time(ngx.time()) we get Date: "Thu, 18-Nov-10 11:27:35 GMT" in request header
With this format, the request to s3 passes normally, but to gcs falls.
After some experimentation, I came to the conclusion that ngx.http_time(ngx.time()) working for s3 and gcs also.
Maybe ngx.http_time more efficient than ngx.cookie_time?
The text was updated successfully, but these errors were encountered:
Got an error connecting to storage.googleapis.com
![Screenshot from 2023-03-13 18-03-09](https://user-images.githubusercontent.com/35582415/224758821-733cab58-e242-4b12-8880-962e174c02ab.png)
Using
ngx.cookie_time(ngx.time())
we get Date: "Thu, 18-Nov-10 11:27:35 GMT" in request headerWith this format, the request to s3 passes normally, but to gcs falls.
After some experimentation, I came to the conclusion that
ngx.http_time(ngx.time())
working for s3 and gcs also.Maybe ngx.http_time more efficient than ngx.cookie_time?
The text was updated successfully, but these errors were encountered: