-
Notifications
You must be signed in to change notification settings - Fork 439
Closed
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Description
When we download the media (data) of a GCS object we get several (but not all) object metadata attributes as HTTP headers. Some of these are extremely useful, e.g., generation, and the total object size. The mechanism is different for GCS (where really the full metadata is included in the first response), but the data is there. It would be nice to expose these through stable APIs and not just through debugging stuff (like ObjectReadStream::headers())
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the Cloud Storage API.Issues related to the Cloud Storage API.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.