Adrian D.
Adrian D.
Hello @dhx-mike-palandra, thanks for raising this. What you're observing is expected behavior due to how AWS IAM handles root users differently from IAM users. Specifically, the boto3.resource('iam').CurrentUser() method assumes that...
Thanks for the reply. Are you using `resource` or `client`? In regards to `resources`, this feature is [feature frozen](https://boto3.amazonaws.com/v1/documentation/api/latest/guide/resources.html) and we recommend using client: >*The AWS Python SDK team does...
Hello @Songry26 , thank you for reaching out and for the feedback. I have reached out to Kafka Service Team for your request in regards to list_configuration_revisions description. Also, we...
Hello @Owen-OptiGrid, thanks for reaching out. I have used the start_execution API and I indeed got a float value too. This is a UTC Unix Epoch time. I have reached...
Hi @rittneje, thanks for reaching out and for bringing up the feature request. The team is aware of the feature request. Please refer to an SDK changelog (https://raw.githubusercontent.com/boto/boto3/develop/CHANGELOG.rst) for updates...
Thanks for your patience. After talking with the team, IfMatch and IfNoneMatch can be added to the S3Transfer.ALLOWED_UPLOAD_ARGS. I don't have a timeline for implementation at this time, but I'll...
Hello @EndreSzakal, thank you for reaching out. I have reached out to the Bedrock Service Team for the feature request for support for Citations. We don't have a time frame...
Hello, I have forwarded the request to the team. Currently, there is no estimate on when the team is going to release the feature. Although moving forward, please check our...
Hi @rbilaiya , I tried on the version 1.37.23 and the latest version: 1.37.29 and I did not see any issues on any of them for PutObject and DeleteObject. For...
Hello, the Service Team has mentioned that this has been fixed. I have tried (for testing): ``` import boto3 def list_shards(stream_name, page_size=1): client = boto3.client('kinesis') paginator = client.get_paginator('list_shards') shards =...