Bert Blommers
Bert Blommers
I've done some testing against AWS, and changing the object storage class using the `copy_object` method does **not** lead to a `LIFECYCLE_TRANSITION_EVENT` - it only sends a `COPY_EVENT`. This PR...
Hi @wimlewis-amazon, that is correct - our Glue-implementation does not interrogate target tables at all, it just returns what the user supplies. I'll mark it as an enhancement to implement...
Hi @tekumara, thanks for raising this! Moto supports this for GET-requests, but made an explicit assumption that the request returns something - causing it to fail for (HEAD) requests without...
Hi @benjfield, can you share a small Terraform example that showcases the problem? I haven't been able to reproduce this unfortunately
Hi @cspotcode, I'll mark it as an enhancement. What endpoints would you like to see supported specifically?
Hi @jabalazs, thanks for raising this. The first issue should be a simple enhancement. We already use the `cfn_lint` library when the user explicitly calls `validate_template` - it makes sense...
Hi @vishnu-itachi, believe it or not, this is actually already the short version! It used to be [even longer](https://github.com/getmoto/moto/pull/7550). We might be able to shorten it further, but there is...
Hi @folkvir! I created a standalone test case in #537 - if I'm understanding the problem correctly, that demonstrates the fact that there is indeed a bug here. I think...
Hi @yafimvo, there are no plans yet, but I'll mark it as an enhancement. Which operations specifically would you like to see supported?
Hi @stephen-christie-ss, welcome to Moto! Marking it as an enhancement to implement this feature.