Additional Properties for File Servers

When registering file servers on the File Servers form, some server types can use additional properties to access them. These additional properties can be defined on the JSON Key Value Pairs form, accessed by clicking Additional Properties.

Additional properties for AWS S3 servers

  • aws_bucket - Use this property to define a multi-tenant users’ bucket name. The application uses this as the bucket path; otherwise the bucket path defined in the EC2 instance is used. You must define the whole root path in this case.
  • aws_access_key_id
  • aws_secret_access_key
  • aws_session_token
  • aws_region
  • aws_service_url
  • aws_request_expires_after_seconds
  • aws_server_side_encryption_method - Valid values include:
    • AES256 (for Advanced Encryption Standard 256)
    • AWSKMS (for Key Management Service, or KMS, encryption)
  • aws_server_side_encryption_key - Provide the key to use for encryption.
    Note: This key is optional. Infor does not provide the key. If you want to use this option, you must get the key from operations.

Additional properties for FTP servers

  • enablessl - When the Value is True, this property enables the use of SSL.

Additional properties for SFTP servers

  • proxyhost
  • proxyport - The default value is 1080.
  • proxyuser
  • proxypass - Proxy password
  • proxytype
          // Summary:
          //     No proxy server.
          None = 0,
          //
          // Summary:
          //     A SOCKS4 proxy server.
          Socks4 = 1,
          //
          // Summary:
          //     A SOCKS5 proxy server.
          Socks5 = 2,
          //
          // Summary:
          //     A HTTP proxy server.
          Http = 3
    

Additional properties for Web servers

  • ws_authentication_key - Set the Value to the authentication key that you specified in the web server configuration file.