s3Initialize

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 arrow.s3_global_options.S3GlobalOptions

Options to initialize the S3 APIs.

Return Value

Type: bool

true on success, false on error.