maddy-jo
maddy-jo
A follow-up on this issue (I'm a teammate of @stanenbaum-va): we forked the s3-controller repo and did some debugging on it. It appears that the [call to `GetBucketAccelerateConfigurationWithContext`](https://github.com/aws-controllers-k8s/s3-controller/blob/v0.1.4/pkg/resource/bucket/hook.go#L297) in `addPutFieldsToSpec`...
Thanks @A-Hilaly! Much appreciated. For some additional context, here are a few other things we found. - First, `UnsupportedArgument` is _not_ listed as an error code in the [S3 Error...
Thanks for this response @A-Hilaly – that's great news. My team and I would definitely be interested in contributing back to the s3-controller. We'll take a look at it shortly...
Hi @A-Hilaly, we opened up a [PR](https://github.com/aws-controllers-k8s/s3-controller/pull/85) in the s3-controller repo. It's just adding that additional condition to the if statement, so very small in terms of changes, but please...
@Vasu1105 that line is in Inspec itself, not my code. It is on [line 41 of `lib/inspec/dsl.rb` in version 5.18.14](https://github.com/inspec/inspec/blob/v5.18.14/lib/inspec/dsl.rb#L41).
Circled back to this problem and managed to reset it to a clean state. It turns out that the changes I was making to my profile are the cause of...