Skip to content

Commit 92a371e

Browse files
committed
doc/rgw: document support for S3 Object Ownership
Signed-off-by: Casey Bodley <[email protected]>
1 parent 696251c commit 92a371e

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

PendingReleaseNotes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
- osd_op_num_shards_hdd = 1 (was 5)
5454
- osd_op_num_threads_per_shard_hdd = 5 (was 1)
5555
For more details see https://tracker.ceph.com/issues/66289.
56+
* RGW: Added support for S3 Object Ownership to disable object ACLs.
5657
* MGR: The Ceph Manager's always-on modulues/plugins can now be force-disabled.
5758
This can be necessary in cases where we wish to prevent the manager from being
5859
flooded by module commands when Ceph services are down or degraded.

doc/radosgw/s3.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ The following table describes the support status for current Amazon S3 functiona
8484
+---------------------------------+-----------------+--------------------------------------------------+
8585
| **Bucket Logging** | Supported | |
8686
+---------------------------------+-----------------+--------------------------------------------------+
87+
| **Object Ownership** | Supported | |
88+
+---------------------------------+-----------------+--------------------------------------------------+
8789

8890
Unsupported Header Fields
8991
-------------------------

doc/radosgw/s3/bucketops.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ Parameters
4545
+--------------------------------------+-------------------------------+-----------------------------------------------+------------+
4646
| ``x-amz-bucket-object-lock-enabled`` | Enable object lock on bucket. | ``true``, ``false`` | No |
4747
+--------------------------------------+-------------------------------+-----------------------------------------------+------------+
48+
| ``x-amz-object-ownership`` | Set ownership controls. | ``BucketOwnerEnforced``, | No |
49+
| | | ``BucketOwnerPreferred``, ``ObjectWriter`` | |
50+
+--------------------------------------+-------------------------------+-----------------------------------------------+------------+
4851

4952
Request Entities
5053
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)