object_storage_get_s3_config
Retrieve S3-compatible connection details for an Object Storage instance, including endpoint, access keys, and region, to configure client access.
Instructions
Get S3-compatible configuration details for an Object Storage instance.
Args: object_storage_id: The Object Storage ID or label (e.g., "my-storage", "backup-bucket", or UUID)
Returns: S3 configuration details including: - endpoint: S3-compatible endpoint URL - access_key: S3 access key - secret_key: S3 secret key - region: Storage region - bucket_examples: Example bucket operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_storage_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||