embulk-input-s3 icon indicating copy to clipboard operation
embulk-input-s3 copied to clipboard

Added Duration unit to use sec, msec, usec, and min suffix in params

Open frsyuki opened this issue 8 years ago • 0 comments

This pull-request follows up #30.

  • this change adds Duration class to get duration parameters so that we can use usec, msec, sec, min, hour and day suffix in parameter. If no suffix is set, sec is used. This is same approach with airlift and Presto.
  • simplified config code.
  • changed connection_max_idle_millis to connection_max_idle.
  • added socket_send_buffer_size_hint and socket_receive_buffer_size_hint to README.
  • added SDK default of protocol and connection_timeout to README.

frsyuki avatar Apr 12 '16 06:04 frsyuki