Closed kwj280 closed 2 months ago
After fixing the HTTP label: Bucket
error, I was getting another error
MalformedXML: The XML you provided was not well formed or did not validate against our published schema.
Setting Status: 'Enabled',
option to each rule fixed the error
Which Cloudflare product does this pertain to?
R2
Existing documentation URL(s)
https://developers.cloudflare.com/r2/buckets/object-lifecycles/
The documentation sample code gives
Error: No value provided for input HTTP label: Bucket.
errorSection that requires update
Configure the lifecycle policy for a bucket sample code
What needs to change?
Bucket: "testBucket"
should be underputBucketLifecycleConfiguration
, notLifecycleConfiguration
How should it change?
Additional information
I don't know if it's relevant, the bucket was created in
Asia-Pacific
region following this tutorial No response