Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 983 Bytes

ms.source.s3.parameters.md

File metadata and controls

31 lines (19 loc) · 983 Bytes

ms.source.s3.parameters

Tags: connection, source

Type: string

Format: A JsonObject

Default value: empty JsonObject (considered as blank)

Related:

Description

ms.source.s3.parameters specifies parameters for S3 connection. It can have the following attributes:

  • region: string, one of aws region codes
  • read_timeout_seconds: integer, read time out in seconds
  • write_timeout_seconds: integer, write time out in seconds
  • connection_timeout_seconds: Sets the socket to timeout after failing to establish a connection with the server after milliseconds.
  • connection_max_idle_millis: Sets the socket to timeout after timeout milliseconds of inactivity on the socket.

Example

ms.source.s3.parameters={"region" : "us-east-1"}

back to summary