bucketFolder property
An optional parameter to set a folder name in the S3 bucket. If provided,
tables are created in the path
bucketFolder/schema_name/table_name/. If this
parameter isn't specified, then the path used is
schema_name/table_name/.
Implementation
final String? bucketFolder;