Skip to content

Commit 0b7553a

Browse files
authored
Update Ceph API links (#385)
1 parent f9c6dc4 commit 0b7553a

File tree

1 file changed

+16
-21
lines changed

1 file changed

+16
-21
lines changed

openapi.yaml

Lines changed: 16 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -11046,7 +11046,7 @@ paths:
1104611046

1104711047

1104811048
This endpoint is available for convenience. It is recommended that instead you
11049-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/serviceops/) directly.
11049+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/serviceops/#list-buckets) directly.
1105011050
tags:
1105111051
- Object Storage
1105211052
security:
@@ -11091,7 +11091,7 @@ paths:
1109111091

1109211092

1109311093
This endpoint is available for convenience. It is recommended that instead you
11094-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket) directly.
11094+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket) directly.
1109511095
tags:
1109611096
- Object Storage
1109711097
security:
@@ -11191,7 +11191,7 @@ paths:
1119111191

1119211192

1119311193
This endpoint is available for convenience. It is recommended that instead you
11194-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#get-bucket) directly.
11194+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#get-bucket) directly.
1119511195
tags:
1119611196
- Object Storage
1119711197
security:
@@ -11222,12 +11222,12 @@ paths:
1122211222
Removes a single bucket. While buckets containing objects _may_ be
1122311223
deleted by including the `force` option in the request, such operations
1122411224
will fail if the bucket contains too many objects. The recommended
11225-
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/docs/master/radosgw/bucketpolicy/#) that
11225+
way to empty large buckets is to use the [S3 API to configure lifecycle policies](https://docs.ceph.com/en/latest/radosgw/bucketpolicy/#) that
1122611226
remove all objects, then delete the bucket.
1122711227

1122811228

1122911229
This endpoint is available for convenience. It is recommended that instead you
11230-
use the more [fully- featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#delete-bucket) directly.
11230+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#delete-bucket) directly.
1123111231
tags:
1123211232
- Object Storage
1123311233
security:
@@ -11268,7 +11268,7 @@ paths:
1126811268

1126911269

1127011270
This endpoint is available for convenience. It is recommended that instead you
11271-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#get-bucket) directly.
11271+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#get-bucket) directly.
1127211272
tags:
1127311273
- Object Storage
1127411274
security:
@@ -11323,12 +11323,9 @@ paths:
1132311323
description: |
1132411324
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
1132511325
Only allows enabling/disabling CORS for all origins, and/or setting canned ACLs.
11326-
For more fine-grained control of both systems, please use the S3 API directly.
1132711326

1132811327

11329-
11330-
This endpoint is available for convenience. It is recommended that instead you
11331-
use the more more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket-acl) directly.
11328+
For more fine-grained control of both systems, please use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket-acl) directly.
1133211329
tags:
1133311330
- Object Storage
1133411331
security:
@@ -11388,11 +11385,9 @@ paths:
1138811385
description: |
1138911386
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
1139011387
Only allows enabling/disabling CORS for all origins, and/or setting canned ACLs.
11391-
For more fine-grained control of both systems, please use the S3 API directly.
1139211388

1139311389

11394-
This endpoint is available for convenience. It is recommended that instead you
11395-
use the more more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/bucketops/#put-bucket-acl) directly.
11390+
For more fine-grained control of both systems, please use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/bucketops/#put-bucket-acl) directly.
1139611391
tags:
1139711392
- Object Storage
1139811393
security:
@@ -11464,13 +11459,13 @@ paths:
1146411459
- url: https://api.linode.com/v4
1146511460
summary: Object Storage Object ACL Config View
1146611461
description: |
11467-
This Object Storage bucket's currently configured Access Control List (ACL).
11468-
ACLs define who can access your buckets and objects and specify the level of access
11469-
granted to those users.
11462+
View an Object’s configured Access Control List (ACL) in this Object Storage bucket.
11463+
ACLs define who can access your buckets and objects and specify the level of access
11464+
granted to those users.
1147011465

1147111466

1147211467
This endpoint is available for convenience. It is recommended that instead you
11473-
use the more more [fully-featured S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/get-object-acl.html) directly.
11468+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#get-object-acl) directly.
1147411469
tags:
1147511470
- Object Storage
1147611471
security:
@@ -11532,7 +11527,7 @@ paths:
1153211527

1153311528

1153411529
This endpoint is available for convenience. It is recommended that instead you
11535-
use the more more [fully-featured S3 API](https://docs.aws.amazon.com/cli/latest/reference/s3api/put-object-acl.html) directly.
11530+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#set-object-acl) directly.
1153611531
tags:
1153711532
- Object Storage
1153811533
security:
@@ -11631,7 +11626,7 @@ paths:
1163111626

1163211627

1163311628
This endpoint is available for convenience. It is recommended that instead you
11634-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/luminous/radosgw/s3/bucketops/#get-bucket) directly.
11629+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/objectops/#get-object) directly.
1163511630
tags:
1163611631
- Object Storage
1163711632
security:
@@ -11716,7 +11711,7 @@ paths:
1171611711

1171711712

1171811713
This endpoint is available for convenience. It is recommended that instead you
11719-
use the more [fully-featured S3 API](https://docs.ceph.com/docs/mimic/radosgw/s3/)
11714+
use the more [fully-featured S3 API](https://docs.ceph.com/en/latest/radosgw/s3/)
1172011715
directly.
1172111716
tags:
1172211717
- Object Storage
@@ -19312,7 +19307,7 @@ components:
1931219307
type: object
1931319308
description: >
1931419309
An Object Storage Bucket. This should be accessed primarily through the
19315-
S3 API; [click here for more information](https://docs.ceph.com/docs/mimic/radosgw/s3/#api).
19310+
S3 API; [click here for more information](https://docs.ceph.com/en/latest/radosgw/s3/#api).
1931619311
properties:
1931719312
created:
1931819313
type: string

0 commit comments

Comments
 (0)