Skip to content

Commit

Permalink
clarify aws creds
Browse files Browse the repository at this point in the history
  • Loading branch information
qrkourier committed Jul 11, 2024
1 parent 606bb71 commit f6bcb04
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion sample/s3z/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ Here are the AWS ingredients.
}
```

### AWS Credential

Any valid credential will work if your bucket policy requires only the VPC endpoint source. The AWS Python SDK (boto)
uses the same credential discovery as the `aws` CLI, so you can configure a credential with standard AWS environment
variables, shared credentials file, EC2 introspection API, etc.

## Set Up Ziti

Here are the Ziti ingredients.
Expand Down Expand Up @@ -137,7 +143,7 @@ Here are the Ziti ingredients.

## Generate Some Dummy Files

If you need some worthless log files you can run this.
Generate some log files to upload if you need some.

```bash
python ./log-generator.py
Expand Down

0 comments on commit f6bcb04

Please sign in to comment.