-
Test cases written in moto makes actual AWS API calls to botocore instead of mocking them. This happens with the latest version of boto3 (1.8.*). It used to work fine without issues with 1.7.* version…
-
A jar file is added to the source code. Is it available from a maven repo?
-
Hi,
I have moved my Redmine site from 4.2 to 4.2.5
Everything seems to work fine when I do docker-compose up, but none my plugins are workeing, they are stored in my image under /home/redmine/red…
-
### Mocking inconsistency
consider folowing tests
```python
from unittest.mock import patch
import os
from moto import mock_s3
import boto3
@patch.dict(os.environ, {"AWS_DEFAULT_REGION": "u…
-
With `generate_presigned_post(Bucket, Key, Fields=None, Conditions=None, ExpiresIn=3600)`
in class `S3PostPresigner`, The `Fields` can pass ` Content-Type` as a key.
While for CloudFront I also…
jiamo updated
2 years ago
-
**1. What `kops` version are you running?**
_Client version: 1.24.1 (git-v1.24.1)_
**2. What Kubernetes version are you running?**
Starting with version **1.19.9**, upgrading to version **1.2…
-
### Describe the bug
`aws ec2 describe-images --filters Name=name,Values=amzn-ec2-macos-12*` returns no results even though there are images that match that filter
```
$ aws ec2 describe-images -…
-
-
### Describe the bug
After merging the new signer implementation (https://github.com/awslabs/aws-sdk-kotlin/pull/616) the `S3BucketOpsIntegrationTest::testQueryParameterEncoding` e2e test fails.
###…
-
### Describe the bug
I updated from an old sdk version to sdk2, and then there is a problem that the s3 service cannot be used, the error description is: software.amazon.awssdk.services.s3.model.S3E…