Files
cloudpods/docs/bucket/access.yaml
Qiu Jian 77c4a53059 feature: 1. ak/sk auth support 2. a full feature s3gateway works with
Cyberduck

注意:以下两个文件的修改还未被官方合并,所以下次make
mod的时候会被覆盖,需要注意checkout恢复:

vendor/github.com/Azure/azure-sdk-for-go/storage/blockblob.go
vendor/github.com/tencentyun/cos-go-sdk-v5/object_part.go
2019-08-30 00:12:39 +08:00

12 lines
334 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
get:
summary: 获取存储桶的后端访问信息例如ceph RADOS的endpint/ak/sk信息等
parameters:
- $ref: '../parameters/bucket.yaml#/bucket_name'
responses:
200:
description: 指定存储桶访问信息
schema:
$ref: "../schemas/bucket.yaml#/BucketAccessInfoResponse"
tags:
- buckets