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
) lacks an updated field to capture the last modification time for the bucket. I am currently developing a proxy service that redirects requests from "gxs-hadoop-connector" to a proxy for GCS object storage. The GCS-Hadoop-connector requires the Modified time for the bucket, and it encounters issues because the proxy server is unable to provide this modified time, resulting in crashes.
Describe the solution you'd like
How can I get last modified time of a bucket in go client SDK.