# File lib/deltacloud/base_driver/base_driver.rb, line 193
    def bucket(credentials, opts = nil)
    #list of objects within bucket
      list = buckets(credentials, opts)
      return list.first unless list.empty?
      nil
    end