if (_.isObject(filename) && typeof title === 'undefined') {
      // assume the first parameter is an object with the information
      expiration = filename.expiration;
      privacy = filename.privacy;
      format = filename.format;