Implemented S3 Account-level public access block.
- Also added AWS Config listing and fetching support - Also fixed Lambda test breakage
This commit is contained in:
parent
d463c11793
commit
11b7be0e85
12 changed files with 746 additions and 51 deletions
10
README.md
10
README.md
|
|
@ -450,6 +450,16 @@ boto3.resource(
|
|||
)
|
||||
```
|
||||
|
||||
### Caveats
|
||||
The standalone server has some caveats with some services. The following services
|
||||
require that you update your hosts file for your code to work properly:
|
||||
|
||||
1. `s3-control`
|
||||
|
||||
For the above services, this is required because the hostname is in the form of `AWS_ACCOUNT_ID.localhost`.
|
||||
As a result, you need to add that entry to your host file for your tests to function properly.
|
||||
|
||||
|
||||
## Install
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue