Method
Authenticates the specified Azure Blob Storage bucket using an authenticated Connection String.
| 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.
| 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 |
|
| TYPE |
WHEN |
| InvalidParameterError |
The bucket does not begin with 'azure://'. |