Method
setAzureBlobConnectionString POST
Copy POST

Authenticates the specified Azure Blob Storage bucket using an authenticated Connection String.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes bucket str The fully qualified Azure Blob Storage Bucket URI.
Yes connectionString str The Connection String Abacus.AI should use to authenticate when accessing this bucket.
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

Exceptions:

TYPE WHEN
InvalidParameterError

The bucket does not begin with 'azure://'.

Language: