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