fields property

Map<String, String> fields
final

Map of name/value pairs to encode as form fields in a multi-part upload. To specify multiple values for a single name, format the value as '"value1", "value2", "value3"' so that it matches the following RegEx: ^(?:"^"+"\s*,\s*)+"^"+"$

Implementation

final Map<String, String> fields;