Bert Blommers

Results 388 comments of Bert Blommers

@neel-gala @shubh1205 As far as I know, no one has started working on this yet

Hi @aonamrata, the majority of our features/bugs are fixed by the community, i.e. by people who need it the most. So we don't have an ETA/timeline for this - it...

Hi @kalekseev, thanks for raising this. When using decorators it works as it should, but in server-mode it does throw an 403. Curious. Will mark this as a bug.

Did some more investigation - it looks like we're not validation bucket policies at all. Will mark that as an enhancement instead. We do validate the object ACL: https://github.com/spulec/moto/blob/master/moto/s3/responses.py#L1023 So...

Hi @bruno-gialis-al, that value is always set to None at the moment, because we do not track access keys at all. You could access the internal API directly to set...

This feature is now available as of Moto >= 4.0.0.dev3, as part of the MultiAccount support - see the documentation here: http://docs.getmoto.org/en/latest/docs/multi_account.html The full release schedule for Moto 4 can...

Moto 4.0.0 is now released, so this now works as you would expect - `get_access_key_last_used` will return the correct data automatically. Please raise a new issue if you still encounter...

Thanks for raising this @matanabudy - marking it as a bug to fix this

Hi @stephanedesjardins-qc, thanks for raising this. Could you post a minimum reproducible example, so a TF that also includes the security groups/subnets?

Apologies for the delay @stephanedesjardins-qc. It looks like the main issue is that your variables are not properly initialized. I.e., there are string references such as: `"aws_subnet.private-subnet-1.id"` That should be...