get_info
Retrieve file metadata from storage services (e.g., S3, Azure Blob) via OpenDAL. Input the resource URI to access detailed file information instantly.
Instructions
Get metadata of file in OpenDAL service
Args:
uri: resource URI, e.g. mys3://path/to/file
Returns:
File metadata information
Input Schema
Name | Required | Description | Default |
---|---|---|---|
uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"uri"
],
"title": "get_infoArguments",
"type": "object"
}