swetashre

Results 65 comments of swetashre

@benkehoe - Thank you for your post. While parsing a service response we expect the service to send error message with message attribute https://github.com/boto/botocore/blob/develop/botocore/parsers.py#L638 But in this case as the...

@richardhboyd - Thank you for your post. Marking this as feature request.

@itssimon - Thank you for your post. Can you please provide me debug logs ? You can enable log by adding ```boto3.set_stream_logger('')``` to your code.

@itssimon - Thank you for Providing debug logs. I don't see anything wrong in the debug logs that can increase time for assumerolewithwebidentity call. I am assuming this is the...

Reopening the issue as it has not been fixed.

It looks like we have to do the refresh in the background. The credentials have to be renewed at some point, so we'd have to do it before the current...

@ncc-erik-steringer - Thank you for your post. I can confirm that ```list_users``` operation does not return ```PermissionsBoundary```. @kapilt thank you for such a detailed description. Boto3 documentation is generated from...

@zepplen - Thank you for your post. In practice that field is always returned as a dict but the documentation says that it will return string. I will work with...

@ScottMaclure - Thank you for your post. Currently ```sts_regional_endpoints``` is not supported as a config parameters. These are the config supported parameters https://botocore.amazonaws.com/v1/documentation/api/latest/reference/config.html Currently either you can use it as...

@eyager1 - Thank you for your post. Marking it as a feature request.