# File lib/deltacloud/drivers/mock/mock_driver.rb, line 28
  def supported_collections
    endpoint = Thread.current[:provider] || ENV['API_PROVIDER']
    if endpoint == 'storage'
      [:buckets]
    else
      DEFAULT_COLLECTIONS + [:buckets, :keys]
    end
  end