Bert Blommers
Bert Blommers
There's been quite some improvements to ECS since this was raised, including in #3584, and we do have internal tests that call `run_task(launchType="FARGATE")`, so I'm going to assume that this...
Hi @szczeles, thanks for letting us know. A PR would be very welcome - let me know if you need any help around this!
Thanks for raising this @whardier. You're right, that should not be part of setup.py. Ideally we tackle this as a broader push to implement PEP-517/518 (i.e., `pyproject.toml`).
The dependency has been removed as of #4124, release 2.2.1. I'll leave this ticket open to track a full pyproject.toml implementation.
A first (WIP) attempt at the conversion to `pyproject.toml` can be found here: https://github.com/spulec/moto/compare/master...bblommers:admin/pyprojecttoml?expand=1 This PR does not provide an editable installation (`pip install -e .`), and I haven't figured...
Thanks for sharing @kbalk! Good to know there is some progress in this space.
Thanks @SimonToftegaard
One potential cause could be that the request is picked up by the S3-module, instead of S3control, because the regex for the S3-urls will still catch requests to `s3control`-urls. That's...
OK, found the issue - ServerMode tests will always fail for S3Control. From the original tests: ``` # All tests for s3-control cannot be run under the server without a...
Hi @caphrim007, I don't have experience with either service, so I don't think I'm best placed to have an opinion on this. @mikegrima I believe you have done some work...