# File lib/fog/aws/models/storage/directory.rb, line 37
        def location
          requires :key
          attributes[:location] || bucket_location || self.service.region
        end