File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed
Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -151,13 +151,25 @@ The bot has access to the following tools:
151151| ` submit_transfer ` | Submit a new data transfer job |
152152| ` check_status ` | Check status of transfer jobs in the thread |
153153| ` list_backends ` | List available/allowed rclone backends |
154+ | ` list_buckets ` | List buckets available at a specific backend |
154155| ` cancel_job ` | Cancel a running transfer job |
155156| ` get_transfer_details ` | Get detailed shard-level progress |
156157| ` get_manifest_stats ` | Scan a source path for file statistics |
157158| ` check_path_exists ` | Verify a bucket/path is accessible |
158159| ` request_backend_access ` | Request access to a new backend |
159160| ` read_job_logs ` | Read job logs and analysis data |
160161
162+ ### Discover available buckets
163+
164+ Ask the bot what buckets exist at an endpoint:
165+
166+ ```
167+ @xfer-bot what buckets are available on s3src?
168+ @xfer-bot list buckets at gcs
169+ ```
170+
171+ The bot will return a list of bucket names that you can use in transfer paths.
172+
161173### Check data size before transferring
162174
163175Ask the bot to scan a source and report statistics:
You can’t perform that action at this time.
0 commit comments