mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-06-23 04:15:16 +08:00
17 lines
431 B
YAML
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
|