Configuration parameters for remote Amazon S3 configurations

Set the following parameters for remote configurations:
  • Name – Name of the outbound file destination.
  • Amazon user profile name – Name of the Amazon S3 profile that will be used for authentication.
    Note: The user key and secret key of the Amazon S3 profile must be stored in the ~/.aws/credentials file, under the profile name you provide in the configuration.

    Alternatively, you can authenticate with an EC2 role.

  • Temporary directory – Path to the temporary directory for the output file.
  • Permanent directory bucket – Name of the Amazon S3 bucket for the outbound files.
  • Permanent directory prefix – (optional) Full Amazon S3 bucket path where the outbound files will be located.
  • Prefix – Prefix for the batch identifier and the output file.
  • Extension – Extension of the output file.
  • File handler class – Fully qualified name of a class containing the outbound file handler logic. For example: com.guidewire.BaseOutboundFileHandler. The class must extend the OutboundFileHandler interface.
  • Days till purge – Number of days before the processed outbound files and records are purged from the database. The value must be between 9 and 730. The default value is 365.