You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: openapi.yaml
+16-21Lines changed: 16 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -11046,7 +11046,7 @@ paths:
11046
11046
11047
11047
11048
11048
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.
11050
11050
tags:
11051
11051
- Object Storage
11052
11052
security:
@@ -11091,7 +11091,7 @@ paths:
11091
11091
11092
11092
11093
11093
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.
11095
11095
tags:
11096
11096
- Object Storage
11097
11097
security:
@@ -11191,7 +11191,7 @@ paths:
11191
11191
11192
11192
11193
11193
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.
11195
11195
tags:
11196
11196
- Object Storage
11197
11197
security:
@@ -11222,12 +11222,12 @@ paths:
11222
11222
Removes a single bucket. While buckets containing objects _may_ be
11223
11223
deleted by including the `force` option in the request, such operations
11224
11224
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
11226
11226
remove all objects, then delete the bucket.
11227
11227
11228
11228
11229
11229
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.
11231
11231
tags:
11232
11232
- Object Storage
11233
11233
security:
@@ -11268,7 +11268,7 @@ paths:
11268
11268
11269
11269
11270
11270
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.
11272
11272
tags:
11273
11273
- Object Storage
11274
11274
security:
@@ -11323,12 +11323,9 @@ paths:
11323
11323
description: |
11324
11324
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
11325
11325
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.
11327
11326
11328
11327
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.
11332
11329
tags:
11333
11330
- Object Storage
11334
11331
security:
@@ -11388,11 +11385,9 @@ paths:
11388
11385
description: |
11389
11386
Allows changing basic Cross-origin Resource Sharing (CORS) and Access Control Level (ACL) settings.
11390
11387
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.
11392
11388
11393
11389
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.
11396
11391
tags:
11397
11392
- Object Storage
11398
11393
security:
@@ -11464,13 +11459,13 @@ paths:
11464
11459
- url: https://api.linode.com/v4
11465
11460
summary: Object Storage Object ACL Config View
11466
11461
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.
11470
11465
11471
11466
11472
11467
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.
11474
11469
tags:
11475
11470
- Object Storage
11476
11471
security:
@@ -11532,7 +11527,7 @@ paths:
11532
11527
11533
11528
11534
11529
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.
11536
11531
tags:
11537
11532
- Object Storage
11538
11533
security:
@@ -11631,7 +11626,7 @@ paths:
11631
11626
11632
11627
11633
11628
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.
11635
11630
tags:
11636
11631
- Object Storage
11637
11632
security:
@@ -11716,7 +11711,7 @@ paths:
11716
11711
11717
11712
11718
11713
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/)
11720
11715
directly.
11721
11716
tags:
11722
11717
- Object Storage
@@ -19312,7 +19307,7 @@ components:
19312
19307
type: object
19313
19308
description: >
19314
19309
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).
0 commit comments