# File lib/fog/brightbox/models/storage/file.rb, line 75
        def public_url
          requires :key
          collection.get_url(key)
        end