]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/lua: allow read access to object data 46550/head
authorYuval Lifshitz <ylifshit@redhat.com>
Tue, 7 Jun 2022 11:27:53 +0000 (14:27 +0300)
committeryuval Lifshitz <ylifshit@redhat.com>
Thu, 4 Aug 2022 16:22:13 +0000 (19:22 +0300)
commitf4501f69701d74caa5c0da0b7247eed80c1f2a3f
treeab18ead62c41d515dcf80504f1d50e6b8a16e8d2
parente439ada4c268a006b4089d5c5c21d162673e4774
rgw/lua: allow read access to object data

Signed-off-by: Yuval Lifshitz <ylifshit@redhat.com>
19 files changed:
doc/radosgw/lua-scripting.rst
src/rgw/CMakeLists.txt
src/rgw/rgw_admin.cc
src/rgw/rgw_common.h
src/rgw/rgw_lua.cc
src/rgw/rgw_lua.h
src/rgw/rgw_lua_background.cc
src/rgw/rgw_lua_background.h
src/rgw/rgw_lua_data_filter.cc [new file with mode: 0644]
src/rgw/rgw_lua_data_filter.h [new file with mode: 0644]
src/rgw/rgw_lua_request.cc
src/rgw/rgw_lua_request.h
src/rgw/rgw_lua_utils.cc
src/rgw/rgw_lua_utils.h
src/rgw/rgw_op.cc
src/rgw/rgw_op.h
src/rgw/rgw_process.cc
src/test/cli/radosgw-admin/help.t
src/test/rgw/test_rgw_lua.cc