Skip to content

Commit

Permalink
discovery-ec2 docs shouldn't refer to S3
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveCTurner committed May 22, 2018
1 parent 0299a75 commit c93e568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/plugins/discovery-ec2.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ Those that must be stored in the keystore are marked as `Secure`.

`access_key`::

An s3 access key. The `secret_key` setting must also be specified. (Secure)
An ec2 access key. The `secret_key` setting must also be specified. (Secure)

`secret_key`::

An s3 secret key. The `access_key` setting must also be specified. (Secure)
An ec2 secret key. The `access_key` setting must also be specified. (Secure)

`session_token`::

An s3 session token. The `access_key` and `secret_key` settings must also
An ec2 session token. The `access_key` and `secret_key` settings must also
be specified. (Secure)

`endpoint`::
Expand Down

0 comments on commit c93e568

Please sign in to comment.