# File lib/deltacloud/base_driver/base_driver.rb, line 188 def bucket(credentials, opts = {}) #list of objects within bucket buckets(credentials, opts).first if has_capability?(:buckets) end