# File lib/fog/aws/models/storage/files.rb, line 86
        def get_https_url(key, expires, options = {})
          requires :directory
          connection.get_object_https_url(directory.key, key, expires, options)
        end