s3Initialize
fn
bool s3Initialize(arrow.s3_global_options.S3GlobalOptions options = null)Normally, you don't need to call this function because the S3 APIs are initialized with the default options automatically. If you want to call this function, you must call this function before you use any #GArrowS3FileSystem related APIs.
Parameters
options | Options to initialize the S3 APIs. |
Returns
true on success, false on error.
Throws
[ErrorWrap]