]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/s3vector: add stubs for API
authorYuval Lifshitz <ylifshit@ibm.com>
Wed, 22 Oct 2025 09:15:47 +0000 (09:15 +0000)
committerYuval Lifshitz <ylifshit@ibm.com>
Tue, 27 Jan 2026 21:41:29 +0000 (21:41 +0000)
commitef62abb5781cae4f3500cb1ba2b93ea6ba98f361
tree5b54f9e8b3db7054559821449f61ce3bbe5f5cd3
parenta0bd2655003e8fe33675c6afbed793885698b2bc
rgw/s3vector: add stubs for API

according to:
https://docs.aws.amazon.com/AmazonS3/latest/API/API_Operations_Amazon_S3_Vectors.html

Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
12 files changed:
src/common/options/rgw.yaml.in
src/rgw/CMakeLists.txt
src/rgw/rgw_appmain.cc
src/rgw/rgw_iam_policy.cc
src/rgw/rgw_iam_policy.h
src/rgw/rgw_op_type.h
src/rgw/rgw_rest_s3.cc
src/rgw/rgw_rest_s3.h
src/rgw/rgw_rest_s3vector.cc [new file with mode: 0644]
src/rgw/rgw_rest_s3vector.h [new file with mode: 0644]
src/rgw/rgw_s3vector.cc [new file with mode: 0644]
src/rgw/rgw_s3vector.h [new file with mode: 0644]