Method
verifyFileConnector POST
Copy POST

Checks to see if Abacus.AI can access the given bucket.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes bucket str The bucket to test.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result FileConnectorVerification
KEY TYPE Description
verified bool `true` if the bucket has passed verification
writePermission bool `true` if Abacus.AI has permission to write to this bucket
Language: