Better link to policy documents

pull/62/head
Simon Willison 2022-01-18 07:34:31 -08:00 zatwierdzone przez GitHub
rodzic e2fee606eb
commit dffa6a5a28
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -116,7 +116,9 @@ You can run the `create` command with the `--dry-run` option to see a summary of
### Using a custom policy
The policy documents applied by this tool can be seen in [policies.py](https://github.com/simonw/s3-credentials/blob/main/s3_credentials/policies.py). If you want to use a custom policy document you can do so using the `--policy` option.
The policy documents applied by this tool [are listed below](https://github.com/simonw/s3-credentials/blob/main/README.md#policy-documents).
If you want to use a custom policy document you can do so using the `--policy` option.
First, create your policy document as a JSON file that looks something like this: