Skip to content

Commit

Permalink
allow S3Proxy to start without a blobstore
Browse files Browse the repository at this point in the history
because the mapping maybe provided by the callback
  • Loading branch information
kahing committed Apr 6, 2015
1 parent 54b7e46 commit 35b37c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/gaul/s3proxy/S3Proxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public final class S3Proxy {
}

S3Proxy(Builder builder) {
requireNonNull(builder.blobStore);
requireNonNull(builder.endpoint);
// TODO: allow service paths?
checkArgument(builder.endpoint.getPath().isEmpty(),
Expand Down

0 comments on commit 35b37c3

Please sign in to comment.