这是indexloc提供的服务,不要输入任何密码
Skip to content

storage: bucketAttrs class in bucket.go does not have Updated field for last modification time for bucket #9361

@raghavyadav01

Description

@raghavyadav01

Is your feature request related to a problem? Please describe.
The "bucketAttrs" class in the "bucket.go" file (

type BucketAttrs struct {
) 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.

Describe alternatives you've considered

Additional context

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions