https://pulumi.com logo
#aws
Title
# aws
c

colossal-plastic-46140

06/21/2021, 1:38 PM
Hi, using the pulumi-aws sdk for python. I just updated to 4.8.0, and pulumi 3.5.1, and I am unable to run a pulumi up for s3 aws bucket that has routing rules. The preview passes, but on up I get the following error.
Copy code
* updating urn:pulumi:s3-bucket::pulumi-aws-s3::pulumi:providers:aws$aws:s3/bucket:Bucket::us-east-1-bucket: 1 error occurred:
	* json: cannot unmarshal object into Go value of type []*s3.RoutingRule
From what I can tell is that there isnt an args for routing rules, and it expects a json string, which has me confused. Is there supposed to be something along the lines of RoutingRulesArgs?