Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.07 KB

ms.source.s3.parameters.md

File metadata and controls

32 lines (20 loc) · 1.07 KB

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.
  • bucket_name: Sets the bucket name, optional if the bucket name doesn't contain any special characters.

Example

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

back to summary