S3_BUCKET = Options.key("bucket")
- .stringType()
- .noDefaultValue()
- .withDescription("S3 bucket");
+ .stringType()
+ .noDefaultValue()
+ .withDescription("S3 bucket");
+
+ /**
+ * The current key for that config option.
+ * if you need to add a new option, you can add it here and refer to this:
+ *
+ * https://hadoop.apache.org/docs/stable/hadoop-aws/tools/hadoop-aws/index.html
+ *
+ * such as:
+ * key = "fs.s3a.session.token"
+ * value = "SECRET-SESSION-TOKEN"
+ */
+ public static final Option