File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 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.
Original file line number Diff line number Diff 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
8890Unsupported Header Fields
8991-------------------------
Original file line number Diff line number Diff 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
4952Request Entities
5053~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments