Adrian D.

Results 172 comments of Adrian D.

Thank you for reply. The ticket has been made for the S3 service team for their docs to be improved for Boto3. We don't have a timeline on when the...

Hello @Phicks-debug , thank you for reaching out. I have reached out to the Bedrock Service Team for the feature request for adding document upload support to the InvokeModel and...

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...

Hello @sidatcd, thanks for reaching out. For a further look, please provide code snippet and full debug logs by adding the line of code: boto3.set_stream_logger('') redacting any sensitive information. Thank...

Hello @sidatcd, thanks for the update. I was able to reproduce the issue and I have reached out to the Transcribe Service Team. I'll let you know when I have...

Re-replicated today with version: `'User-Agent': 'Boto3/1.38.44 md/Botocore#1.38.44`, it seems that start_transcription_job() accepts `=` on `OutputKey`.

Hello @rittneje, thanks for reaching out. From the error snippet, it looks like SigV2 is being used. From my replication, I was able to get SigV4 that would contain AWS4-HMAC-SHA256...

Hi @rittneje, just a small addition to my previous response. You can set Config(signature_version="s3v4") to have Sig V4 https://boto3.amazonaws.com/v1/documentation/api/latest/guide/configuration.html. If you have any questions, please let me know. Thanks.

SigV2 is used by default for backward compatibility unless explicitly overridden. For my test, I was able to create a Put object presigned URL from generate_presigned_url() with if-none-match. I ran...

Hello @TejasRGitHub, thanks for reaching out. I used the code that you have provided and I was able to get the IAM service quota code. The output from my side...