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
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Setting properties like cache_control on a blob requires to call an update after the blob has been created. If transfer manager is used to create the blobs, this requires to iterate over all existing blobs to set the properties. Please enhance transfer manager to accept properties like cache_control or metadata and set them in parallel after the blob was created. This would immensely simplify managing large numbers of blobs.