Adrian D.

Results 172 comments of Adrian D.

Hello @macnibblet, thanks for reaching out and finding out about the bug and issue. I have confirmed that the feature has been added to the API of the service but...

Hello @aRustyDev, thanks for reaching out. I have replicated the command above `aws ec2 create-vpc --ipv6-ipam-pool-id --ipv6-netmask-length 56` and got the same issue. I am not a VPC service expert...

Hello @aRustyDev , thanks for the patience. The team has clarified that the service don't support IPv6-only VPCs right now, only IPv6-only subnets. The validation error that you are seeing...

Thank you for the reply. I have reached out to the EC2 Service team for this request as they managed this documentation. We don't have a timeline for now on...

Hi @pawalt, thanks for bringing this up. After talking with the team, Support duration_seconds on the web identity token provider is definitely something we see value in. I don't have...

Hi @floppym, thanks for reaching out.`\u0007` (bell) is an ASCII control character that is prohibited in XML 1.0 documents https://www.w3.org/TR/xml/#charsets. Also, this requires special handling as per S3 User Guide...

Thanks for the reply. The key \u0007 results in a `ParseError` from Python which shows that it is not compatible. S3 documentation mentions [*"characters to avoid"*](https://docs.aws.amazon.com/AmazonS3/latest/userguide/object-keys.html) to prevent these cases....

Hello @MartinNowak, thanks for reaching out. I have replicated the exact same issue by using `addressing_style='virtual'` and a DNS named bucket, and endpoint resolution will always give a path style...

Thank you for patience. When setting `addressing_style='virtual'` and using a domain name bucket (or a name that has a dot "."), the current behavior where it uses path style is...

Hello @mau-alex-ruiz, thanks for reaching out. This is not supported from our side and should be encoded as a string before passing to the signing methods.