boto3
boto3 copied to clipboard
AWS SDK for Python
**Describe the bug** I want to programmatically configure auto-scaling in AWS Sagemaker. I am using the official boto3 documentation. First step is to register a scalable target. Second step is...
### Describe the bug I'm trying to create an organizational custom config policy rule using Guard; Boto3 docs: > Make sure to specify one of either OrganizationCustomPolicyRuleMetadata for Custom Policy...
If you enable versioning on an S3 bucket, it takes a while before it actually turns on (so if you try to set up replication immediately, it'll fail). This seems...
### Describe the bug Python: 3.10.2 boto3/botocore: 1.24.17 OS: Alpine Linux 3.15 When attempting to upload a file to s3 I receive the following exception: ```python Traceback (most recent call...
### Describe the bug According to the [`connect.tag_resource()` docs](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/connect.html#Connect.Client.tag_resource): >The supported resource types are users, routing profiles, queues, quick connects, contact flows, agent status, hours of operation, phone number, security...
### Describe the bug pg_last_copy_count() Returns the number of rows that were loaded by the last COPY command run in the current session. boto3 returns 0 ### Expected Behavior Returns...
### Describe the bug Amazon Redshift maintains insert execution steps for INSERT queries in STL_INSERT system table. We can query this table to get rows inserted in the last insert...
`s3.Object` has methods `copy` and `copy_from`. Based on the name, I assumed that `copy_from` would copy from some other key into the key (and bucket) of this `s3.Object`. Therefore I...
Hi, Is there any strong reason why using a DynamoDB's Table resource will convert the number type `"N"` to a `Decimal()` object? Shouldn't it try looking up the right python...
Python: 2.7.5 Boto: 2.48.0 Boto3: 1.4.7 Botocore: 1.7.19 _[Query String Request Authentication Alternative](http://docs.aws.amazon.com/AmazonS3/latest/dev/RESTAuthentication.html#RESTAuthenticationQueryStringAuth)_ specifies the format of the StringToSign that might be followed to create a signature of the pre-signed...