How to overwrite parameters? #7696
Replies: 2 comments 2 replies
|
Hi @raphael-boegel-pcg, are you referring to the default values (e.g. MaxKeys=1000 if not supplied)? Those cannot be changed. |
2 replies
|
This can now be configured as of moto >= 5.0.9.dev2 with an environment variable: This is documented here: http://docs.getmoto.org/en/latest/docs/services/s3.html |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is there anyway to overwrite specific parameters?
For example I want to to overwrite MaxKeys of list_objects_v2 (s3).
All reactions