# File lib/patches/db/riak.rb, line 36
  def get_bucket_props(bucket, options={})
    profile("get_bucket_props bucket=#{bucket.name} options=#{options}") { get_bucket_props_without_profiling(bucket, options) }
  end