Ben Kehoe
Ben Kehoe
I'm skeptical that's a good idea. I tend to recommend against enforcing profile naming conventions across users and especially across users and machines (where one is using SSO roles and...
> I just wanted to bring up a use-case where the '.' separator could prove problematic. It's good bit of info to know! For GitHub Actions, if you're not putting...
Interesting; the list of headers to exclude from signing in JSv2: https://github.com/aws/aws-sdk-js/blob/7d80de6414a10a349b912db23d1fd0de0ad60a3e/lib/signers/v4.js#L191-L199 is significantly longer than in botocore: https://github.com/boto/botocore/blob/a9397847a3150eb619f3457e14557afd12ff13ab/botocore/auth.py#L61-L65 open telemetry headers aren't in there either. Maybe this issue belongs...
I'm confused. Is the OpenTelemetry JavaScript implementation doing something that is not standard for OpenTelemetry? If so, it seems like the OpenTelemetry implementation should be changed. If the OpenTelemetry JavaScript...
ah, a signature caching issue makes sense
This is great news! Will this change end up in the CLI as well?
I'd also like to drop a plug here for https://github.com/boto/boto3/issues/2702, you tell us botocore version 1.32.1 has this change and then it's work for us to figure out what boto3...
Worth noting that the AWS CLI command `aws configure export-credentials` is using the private `_expiry_time` that may or may not exist, exactly as aws-export-credentials does. https://github.com/aws/aws-cli/blob/b578a39cec15b2c206d83e7575adc05068f0bebe/awscli/customizations/configure/exportcreds.py#L38
Why not put that discussion about how default versions should be managed here on the roadmap, and let customers give feedback on the options?
A few questions for @rjlohan about this. - Why is `Kind` a property? Why not have the resource type be `AWS::CloudFormation::Resource`? I get that the API is RegisterType with a...