Tim Finnigan

Results 370 comments of Tim Finnigan

Another customer opened an issue for this here: https://github.com/boto/boto3/issues/3117 Is there any update? I think either MaxResults should be increased or a paginator added.

Thanks @GeorgeJahad for opening this feature request here for discussion. I will link the issue where this was initially brought up: https://github.com/aws/aws-cli/issues/6559

Hi @GeorgeJahad I don’t have any updates. Generally new feature requests will remain open for a while in order to gauge community demand before the work would be considered or...

Hi @SoniaComp thanks for reaching out. I'm not sure if we can guarantee compatibility with third-party services like Minio when it comes to this type of behavior. And any endpoint-related...

Hi @benkehoe thanks for the feature request. I think further discussion is still needed to determine how your utility could be integrated into botocore. We actively mutate the expiry time...

This occurs in `utils.py` with the IMDS credential provider. IMDS credentials currently recalculate expirations based on heuristics during outage events to improve availability. These are exceptional cases where the end...

We do cache the credentials but part of that involves doing refreshes 15 minutes prior to expiration, and that's when the mechanism referenced earlier kicks in. It calculates a value...

Hi @yogevyuval, thanks for providing your feedback. We don’t support aiobotocore but I follow the reasoning behind your request. You mentioned other botocore issues had brought up urlencode. Can you...

Thanks @yogevyuval I think that is a reasonable feature request and we can keep this issue open to track it.

Hi @DrewBarclay thanks for the feedback. I think this premium support article gives a more thorough explanation: https://aws.amazon.com/premiumsupport/knowledge-center/presigned-url-s3-bucket-expiration/ I’m not sure if any change in the behavior would be considered...