Skip to content

Commit

Permalink
Formatting for code blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Sep 7, 2010
1 parent 486ae38 commit e7434e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Running the tests
To run the tests, you must have an AWS account, and sign up for S3. Having done this,
add this profile to your `settings.xml`:

` <profile>
<profile>
<id>aws</id>
<activation>
<property>
Expand All @@ -36,13 +36,13 @@ add this profile to your `settings.xml`:
<!-- Your AWS Secret Access Key-->
<aws.secretAccessKey></aws.secretAccessKey>
</properties>
</profile>`
</profile>


Running the tests from Eclipse
------------------------------

To run the tests from Eclipse, you'll need to configure two _Program Arguments_ in the test's _Run Configuration_:

`-Daws.accessKeyId=<AccessKeyId>
-Daws.secretAccessKey=<SecretAccessKey>`
-Daws.accessKeyId=<AccessKeyId>
-Daws.secretAccessKey=<SecretAccessKey>

0 comments on commit e7434e3

Please sign in to comment.