Added tip about Cloud Trail

pull/34/head
Simon Willison 2021-11-08 14:03:15 -08:00 zatwierdzone przez GitHub
rodzic 470177f00d
commit 2613969def
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -208,6 +208,12 @@ All of the `s3-credentials` commands also accept the following options for authe
- `--session-token`: AWS session token
- `--endpoint-url`: Custom endpoint URL
## Tips
You can see a log of changes made by this tool using AWS CloudTrail - the following link should provide an Event History interface showing revelant changes made to your AWS account such as `CreateAccessKey`, `CreateUser`, `PutUserPolicy` and more:
https://console.aws.amazon.com/cloudtrail/home
## Development
To contribute to this tool, first checkout the code. Then create a new virtual environment: