Skip to content

Commit

Permalink
Revert "added S3 storage binding"
Browse files Browse the repository at this point in the history
  • Loading branch information
busbey committed Nov 25, 2015
1 parent 025900d commit 0e5866e
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 746 deletions.
1 change: 0 additions & 1 deletion bin/ycsb
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ DATABASES = {
"nosqldb" : "com.yahoo.ycsb.db.NoSqlDbClient",
"orientdb" : "com.yahoo.ycsb.db.OrientDBClient",
"redis" : "com.yahoo.ycsb.db.RedisClient",
"s3" : "com.yahoo.ycsb.db.S3Client",
"tarantool" : "com.yahoo.ycsb.db.TarantoolClient",
"voldemort" : "com.yahoo.ycsb.db.VoldemortClient"
}
Expand Down
5 changes: 0 additions & 5 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,6 @@ LICENSE file.
<artifactId>redis-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<artifactId>s3-binding</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.yahoo.ycsb</groupId>
<artifactId>tarantool-binding</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ LICENSE file.
<mongodb.async.version>2.0.1</mongodb.async.version>
<orientdb.version>1.0.1</orientdb.version>
<redis.version>2.0.0</redis.version>
<s3.version>1.10.20</s3.version>
<voldemort.version>0.81</voldemort.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<thrift.version>0.8.0</thrift.version>
Expand Down Expand Up @@ -121,7 +120,6 @@ LICENSE file.
<!--module>nosqldb</module-->
<module>orientdb</module>
<module>redis</module>
<module>s3</module>
<module>tarantool</module>
<!--<module>voldemort</module>-->
</modules>
Expand All @@ -133,8 +131,8 @@ LICENSE file.
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
<source>1.6</source>
<target>1.6</target>
</configuration>
</plugin>
<plugin>
Expand Down
79 changes: 0 additions & 79 deletions s3/README.md

This file was deleted.

68 changes: 0 additions & 68 deletions s3/pom.xml

This file was deleted.

31 changes: 0 additions & 31 deletions s3/src/main/conf/s3.properties

This file was deleted.

Loading

0 comments on commit 0e5866e

Please sign in to comment.