Kenneth Daily

Results 152 comments of Kenneth Daily

@adamchainz, This is an interesting idea. This has been noted previously in a similar scenario with the AWS CLI as well: https://github.com/aws/aws-cli/issues/5725 The AWS SDKs consume the API models from...

Hi @snirbenyosef, Sorry to hear you're having an issue. Can you please post debug logs using `boto3.set_stream_logger('')`, redacting any sensitive information? Does the network you're on use a certificate proxy...

Hi @snirbenyosef, Thanks for the logs. Looks like they're truncated though, there should be a lot more information about what boto3/botocore are doing. Are you sure you added `boto3.set_stream_logger('')` to...

Hi @Jun711, Thanks for writing. According to this, the Python version on Lambda is `boto3-1.18.55 botocore-1.21.55`, which is well beyond the previously reported error. https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html You can confirm by adding...

@Jun711, Can you also confirm what version of `urllib3` you are using?

Hi @Jun711, Thanks for that information. I think I still need to see the output of the debugging statements, specifically to get a request ID. I may need to reach...

Hi @iainelder, Thanks for the report. We'll take a look to see what the best solution is to make this exception copyable.

Hi @koelemay, thanks for posting. Can you provide a more concrete example of how you are configuring MLFlow or DVC to use `boto3` and the `verify` parameter? The MLFlow documentation...

Thanks for the details. Marking this as a feature request for now, but need to do some more research on your use case and what impact it could have.