Skip to content

Commit

Permalink
Docs: managed policies are not loaded by default (#8329)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamleot authored Nov 18, 2024
1 parent 4923174 commit 40c305c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,5 @@ For Moto 5.x:
- All decorators have been replaced with `mock_aws`
- The `batch_simple` decorator has been replaced with: `@mock_aws(config={"batch": {"use_docker": False}})`
- The `awslambda_simple` decorator has been replaced with: `@mock_aws(config={"lambda": {"use_docker": False}})`
- AWS IAM managed Policies are no longer loaded by default. To load them set `@mock_aws(config={"iam": {"load_aws_managed_policies": True}})` or set environment variable `MOTO_IAM_LOAD_MANAGED_POLICIES=true`
- When starting the MotoServer, the `service`-argument (i.e.: `motoserver s3`) is no longer supported. A single MotoServer-instance can be used for all AWS-services.

0 comments on commit 40c305c

Please sign in to comment.