Ben Simon Hartung

Results 22 issues of Ben Simon Hartung

This PR fixes #6613 Additionally, I've checked the format of message in an SQS queue coming from a lambda with snapshots, and normally got parity.

This is a draft PR for refactoring all s3 tests, adding new ones corresponding to issues we could/would fix while migrating the service to ASF. - [ ] Finish migrating...

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior The format of the message received when using an SNS topic...

type: bug
aws:lambda
aws:sns
status: confirmed

Waiting for previous PR to be merged. This PR implement fixes to bug that are also present in the current provider, coming from moto. The VersionId would be present when...

🚧 WIP 🚧 No integration tests were really checking ACLs, so this one is not reducing tests failure as much. - Implement Bucket ACL operations and validation in provider. -...

This PR adds more operations to the S3 provider, and reorganised the tests by class, grouping them more coherently. This will reduces the number of failing test and implement a...

This is a feature request here: #6360 Taking example on the SES provider, I used the same utility to expose the messages. This is a first draft, as I don't...

While working on the migration of the s3 provider, @alexrashed provided us with a new rule for routing s3 requests, now that we can use the s3 specs, even if...

This implements S3 CORS for the new provider. Current issues with CORS is that we depend on the service name parser to correctly handle CORS depending on the service (S3...

Follow-up PR to #7070 (currently based on it) While migrating the tests, it came to light that port permutation while checking for SigV4 signature was not working. For context, while...