README.md in uptime_monitor-0.7.0 vs README.md in uptime_monitor-0.7.1
- old
+ new
@@ -482,13 +482,13 @@
This feature is disable by default, to enable it set following environment variable.
```
RAGIOS_HERCULES_ENABLE_SCREENSHOTS=true
```
-Also set environment variables for the Amazon s3 account you want to use for storing the screenshots,
+Also set environment variables for the Amazon s3 account you want to use for storing the screenshots, add the AWS Access Key ID and AWS SECRET ACCESS KEY for the AWS account with S3 access.
```
-AWS_ACCESS_KEY_ID=xxxxxxx
-AWS_SECRET_ACCESS_KEY=xxxxxx
+S3_AWS_ACCESS_KEY_ID=xxxxxxx
+S3_AWS_SECRET_ACCESS_KEY=xxxxxx
RAGIOS_HERCULES_S3_DIR=xxxxxx
```
The above env vars are for the Amazon AWS access key, AWS secret key and s3 directory/bucket you want to use for storage. First create this s3 bucket manually.
With the screenshots feature enabled, the results of a failed test will include a screenshot of the webpage when the test failed.