mirror of
https://github.com/deuxfleurs-org/garage.git
synced 2026-08-08 05:43:13 +00:00
admin api: rename bucket aliasing operations
This commit is contained in:
@@ -946,11 +946,11 @@ paths:
|
||||
schema:
|
||||
$ref: '#/components/schemas/BucketInfo'
|
||||
|
||||
/GlobalAliasBucket:
|
||||
/AddGlobalBucketAlias:
|
||||
post:
|
||||
tags:
|
||||
- Bucket aliases
|
||||
operationId: "GlobalAliasBucket"
|
||||
operationId: "AddGlobalBucketAlias"
|
||||
summary: "Add a global alias"
|
||||
description: |
|
||||
Add a global alias to the target bucket
|
||||
@@ -982,11 +982,11 @@ paths:
|
||||
schema:
|
||||
$ref: '#/components/schemas/BucketInfo'
|
||||
|
||||
/GlobalUnaliasBucket:
|
||||
/RemoveGlobalBucketAlias:
|
||||
post:
|
||||
tags:
|
||||
- Bucket aliases
|
||||
operationId: "GlobalUnaliasBucket"
|
||||
operationId: "RemoveGlobalBucketAlias"
|
||||
summary: "Delete a global alias"
|
||||
description: |
|
||||
Delete a global alias from the target bucket
|
||||
@@ -1018,11 +1018,11 @@ paths:
|
||||
schema:
|
||||
$ref: '#/components/schemas/BucketInfo'
|
||||
|
||||
/LocalAliasBucket:
|
||||
/AddLocalBucketAlias:
|
||||
post:
|
||||
tags:
|
||||
- Bucket aliases
|
||||
operationId: "LocalAliasBucket"
|
||||
operationId: "AddLocalBucketAlias"
|
||||
summary: "Add a local alias"
|
||||
description: |
|
||||
Add a local alias, bound to specified account, to the target bucket
|
||||
@@ -1057,11 +1057,11 @@ paths:
|
||||
schema:
|
||||
$ref: '#/components/schemas/BucketInfo'
|
||||
|
||||
/LocalUnaliasBucket:
|
||||
/RemoveGlobalBucketAlias:
|
||||
post:
|
||||
tags:
|
||||
- Bucket aliases
|
||||
operationId: "LocalUnaliasBucket"
|
||||
operationId: "RemoveGlobalBucketAlias"
|
||||
summary: "Delete a local alias"
|
||||
description: |
|
||||
Delete a local alias, bound to specified account, from the target bucket
|
||||
|
||||
@@ -750,7 +750,7 @@ Other flags will remain unchanged.
|
||||
|
||||
### Operations on bucket aliases
|
||||
|
||||
#### GlobalAliasBucket `POST /v2/GlobalAliasBucket`
|
||||
#### AddGlobalBucketAlias `POST /v2/AddGlobalBucketAlias`
|
||||
|
||||
Creates a global alias for a bucket.
|
||||
|
||||
@@ -763,7 +763,7 @@ Request body format:
|
||||
}
|
||||
```
|
||||
|
||||
#### GlobalUnaliasBucket `POST /v2/GlobalUnaliasBucket`
|
||||
#### RemoveGlobalBucketAlias `POST /v2/RemoveGlobalBucketAlias`
|
||||
|
||||
Removes a global alias for a bucket.
|
||||
|
||||
@@ -776,7 +776,7 @@ Request body format:
|
||||
}
|
||||
```
|
||||
|
||||
#### LocalAliasBucket `POST /v2/LocalAliasBucket`
|
||||
#### AddLocalBucketAlias `POST /v2/AddLocalBucketAlias`
|
||||
|
||||
Creates a local alias for a bucket in the namespace of a specific access key.
|
||||
|
||||
@@ -790,7 +790,7 @@ Request body format:
|
||||
}
|
||||
```
|
||||
|
||||
#### LocalUnaliasBucket `POST /v2/LocalUnaliasBucket`
|
||||
#### RemoveLocalBucketAlias `POST /v2/RemoveLocalBucketAlias`
|
||||
|
||||
Removes a local alias for a bucket in the namespace of a specific access key.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user