Verify bucket connectivity
Last updated
Was this helpful?
Last updated
Was this helpful?
Verify connectivity to a storage bucket and optionally list its contents. This endpoint allows you to:
The request can include details such as the bucket name, region, credentials, and listing options. The response provides information about the bucket's accessibility and, if requested, a list of files in the bucket.
Important note on verification process:
When dealing with Azure buckets, implement a polling mechanism to check the status periodically until it's confirmed as connected.
Organization ID
The type of storage backend to use. Supported options are:
s3
, google
, azure
, other
Access key for the storage service:
Secret key for the storage service:
secretKey
value or a bucketId
value.ID of an existing bucket. If provided, the credentials from this bucket
will be used unless overridden by the secretKey
property.
Name of the storage bucket or container.
Endpoint URL for the storage service. For S3-compatible services, Azure, or custom endpoints.
Optional region of the storage service (if applicable).
Optional prefix within the bucket. Set this if you don't have access to the full bucket or want to limit the scope.