Any way I can extend the underlying http client ti...
# google-cloud
d
Any way I can extend the underlying http client timeout? I tried the
pulumi.Timeouts(&pulumi.CustomTimeouts{Create: "10m", Update: "10m"})
option when calling
NewBucketObject
but it doesn't appear to do anything in this case.