# File lib/fog/aws/models/storage/directories.rb, line 12 def all data = service.get_service.body['Buckets'] load(data) end