S3_PING.validateProperties() has a check to verify that both location and prefix are not set, but the superclass FILE_PING sets the value for location. In order to use prefix, the location property has to be set to null which is not possible in all cases. See ISPN-5097 for details.