Matthew Davis
Matthew Davis
I'd like to build this from source. (Since the pre-compiled binaries aren't available over `https`.) Please add instructions to the readme (or elsewhere) explaining how to compile it. (I tried...
I have a project with multiple files. One is marked with the home icon. When I select that file, the preview works. When I select any other file, gummi tries...
## Steps to reproduce - Select the _projects_ tab - Create or open a project - Click _Add_ ## Desired behaviour: Multiple files can be selected (e.g. by holding ctrl...
I have some code where I save some non-essential logging information to AWS CloudWatch. Often it takes too long, so I use this timeout decorator. But if it does time...
`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...
### Describe the issue For the S3 batch create_job function, the `ClientRequestToken` docs say: ``` ClientRequestToken (string) -- [REQUIRED] An idempotency token to ensure that you don't accidentally submit the...
# Steps to reproduce On a fresh, headless Ubuntu 16 or 18 installation (both fail) ``` sudo apt install python3-pyqt5 p7zip-full parted util-linux python3-pyudev mtools python3-dbus python3-six git clone [email protected]:mbusb/multibootusb.git...
Amazon announced a new version of the SES API earlier this week. I would like to use the new [`send_email` call](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2.html#SESV2.Client.send_email) with moto. In boto3 this appears as `boto3.client('sesv2').send_email()`, compared...
The S3 head object call should return PartsCount under some circumstances. It's not obvious from the API docs what those circumstances are, but I've tested it in [boto 3137](https://github.com/boto/boto3/issues/3137). PartsCount...
Please modify the docstring comment for the [`test_secret`](https://github.com/aws-samples/aws-secrets-manager-rotation-lambdas/blob/f7663e746949ef78b5c8c0beed9c25d2e2124367/SecretsManagerRotationTemplate/lambda_function.py#L125) function. What is my code supposed to do if the test fails? Do I return False, or throw an exception? If an...