mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-21 01:53:14 +08:00
14 lines
404 B
YAML
14 lines
404 B
YAML
get:
|
|
summary: 获得指定对象存储桶的对象列表
|
|
parameters:
|
|
- $ref: '../parameters/bucket.yaml#/bucket_name'
|
|
- $ref: '../parameters/bucket.yaml#/prefix'
|
|
- $ref: '../parameters/bucket.yaml#/recursive'
|
|
responses:
|
|
200:
|
|
description: 对象存储桶的对象列表信息
|
|
schema:
|
|
$ref: "../schemas/bucket.yaml#/BucketObjectListResponse"
|
|
tags:
|
|
- buckets
|