Skip to content

Commit

Permalink
add s3 usage information
Browse files Browse the repository at this point in the history
  • Loading branch information
ywang19 committed Jul 30, 2013
1 parent 9f7b03c commit 1fc2d1f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
2. fix one issue which causes failures for amplistor read operations (#76)
3. add multiple main stage support in configuration UI (#80)
4. fix one issue which causes confusion (sucessfuly) status even 0% successfuly operations (34)

5. update document and configuration sample to show how to configure for s3 compatible systems

COSBench 0.3.1.1 (13-ww29.2)
------------------------------------
Expand Down
Binary file modified COSBench-User-Guide.odt
Binary file not shown.
Binary file modified COSBenchUserGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion release/conf/s3-config-sample.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<workload name="s3-sample" description="sample benchmark for s3">

<storage type="s3" config="accesskey=<accesskey>;secretkey=<scretkey>;proxyhost=<proxyhost>;proxyport=<proxyport>" />
<storage type="s3" config="accesskey=<accesskey>;secretkey=<scretkey>;proxyhost=<proxyhost>;proxyport=<proxyport>;endpoint=<endpoint>" />

<workflow>

Expand Down

0 comments on commit 1fc2d1f

Please sign in to comment.