Files
cloudpods/docs/bucket/tempurl.yaml
2019-07-24 21:29:56 +08:00

17 lines
431 B
YAML

post:
summary: 生成访问指定对象的临时URL
parameters:
- $ref: '../parameters/bucket.yaml#/bucket_name'
- name: bucket
in: body
required: true
schema:
$ref: "../schemas/bucket.yaml#/BucketObjectTempUrlInput"
responses:
200:
description: 指定对象的临时URL响应
schema:
$ref: "../schemas/bucket.yaml#/BucketObjectTempUrlResponse"
tags:
- buckets