-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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.
Milestone
Description
The Object API resource representation defines a number of fields as "writable":
acl[]cacheControlcontentDispositioncontentEncodingcontentLanguagecontentTypecrc32cmd5Hashmetadata{}name
Key.from_dict currently captures them all in the key's metadata attribute, but that name creates confusion with its metadata key (which stores application-defined key-value pairs).
I think it would be cleaner to map each the non-user-defined fields onto separate attributes, and propagate them to the server via the insert, and patch or update endpoints.
Key should also expose read-only properties for the non-writable resource fields not already mapped, and which aren't constants:
componentCountetaggenerationidmediaLinkmetagenerationowner{}selfLinksizestorageClasstimeDeletedupdated
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.