basho / riak-erlang-client

The Riak client for Erlang.
Apache License 2.0
311 stars 188 forks source link

Implement errors for listing operations. #349

Closed lukebakken closed 7 years ago

lukebakken commented 7 years ago

Add code to return error when listing objects unless the allow_listing option is true.

Fixes #345 (CLIENTS-1067) (CLIENTS-1067) (CLIENTS-1067) and CLIENTS-1067

lukebakken commented 7 years ago

@alexmoore I'll dig into that because MR inputs can be several different things ... a bucket name, bucket/bucket type combo, or a list of "locations" (bt/b/key tuples)

thumbot commented 7 years ago
features/lrb/gh-345_CLIENTS-1067 (#345) 2a392af :arrow_right: develop 82ae32b :clock1: in_progress
thumbot commented 7 years ago
features/lrb/gh-345_CLIENTS-1067 (#345) 2a392af :arrow_right: develop 82ae32b :white_check_mark: completed
alexmoore commented 7 years ago

Looks good, +1. We've got some dialyzer errors too, but I think it's not related to your changes - we just need to enable them for Travis so we can see them again.