mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-05-16 20:18:24 +08:00
15 lines
480 B
YAML
15 lines
480 B
YAML
post:
|
|
summary: 上传对象
|
|
parameters:
|
|
- $ref: "../parameters/bucket.yaml#/bucket_name"
|
|
- $ref: "../parameters/bucket.yaml#/x-bucket-object-key"
|
|
- $ref: "../parameters/bucket.yaml#/x-bucket-content-type"
|
|
- $ref: "../parameters/bucket.yaml#/x-bucket-content-length"
|
|
- $ref: "../parameters/bucket.yaml#/x-bucket-storage-class"
|
|
- $ref: "../parameters/bucket.yaml#/x-bucket-acl"
|
|
responses:
|
|
200:
|
|
description: 上传成功
|
|
tags:
|
|
- buckets
|