Skip to content

discussions Search Results · repo:boto/boto3 language:Python

198 results
 (69 ms)

198 results

inboto/boto3 (press backspace or delete to remove)

Summary When using signature_version=UNSIGNED (requests with no Authorization header), boto3 v1.36.0+ sends checksums that trigger aws-chunked transfer encoding. This appears inconsistent with AWS documentation ...

By default I get json and vtt files both created in a bucket after transcription. Is there a native way to generate only subtitle file without creating json file? By native way I mean a parameter in start_transcription_job ...

I trained a binary classification model using SageMaker Canvas HPO (Hyperparameter Optimization). The model generated by HPO is deployed as a multi-container model (3 containers). I would like to redeploy ...

Is it technically feasible, or advisable, to replace the standard Python ssl (OpenSSL) and underlying urllib3 TLS stack used by the Boto3 SDK with our custom C-based TLS stack for secure S3 file downloads? ...

required the full python script to run in lambda to create CloudFront Signed URL with Expiration IP Address Restriction

I m trying to ingest documents into a Bedrock knowledge base via URI, with each document having its own corresponding metadata file. This metadata contains fields like user ID and chat ID that I want to ...

Hi, We have a website with 1000 s of pages of documentation and it seems many bots on the internet request pages that don t exist. boto3 calls S3, looking for the doc, client.get_object, and hits NoSuchKey. ...

I have this data to entry into AWS DynamoDB: item = { PK : { S : DEBUG }, SK : { S : #ID_LOG#2025-10-09T07:48:31.105674+00:00 }, data : { M : { ...

Using awscli in an organization where proxy inspection happens. We try to advise folks to use AWS_CA_BUNDLE, but it s tough to educate thousands of folks about what to do and why. Is there a reason why ...

Hello AWS Bedrock Team, I m working with Amazon Bedrock Agents and have encountered an issue where I need to remove knowledge base source citations (such as sources tags or attribution information) from ...