s3_initialize


Description:


[ Version ( since = "7.0.0" ) ]
public bool s3_initialize (S3GlobalOptions? options) throws Error

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 S3FileSystem related APIs.

Parameters:

options

Options to initialize the S3 APIs.

Returns:

true on success, false on error.


Namespace: GArrow
Package: arrow-glib