https://pulumi.com logo
d

dry-engine-17210

07/22/2022, 12:23 AM
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.