rgw: Policy evalaution logging
Reviewed-by: Matthew N. Heler <matthew.heler@hotmail.com>
Reviewed-by: Oguzhan Ozmen <oozmen@bloomberg.net>
rgw_polparser.cc)
add_executable(rgw-policy-check ${radosgw_polparser_srcs})
target_link_libraries(rgw-policy-check ${rgw_libs})
+if(WITH_RADOSGW_RADOS)
+ target_compile_OPTIONS(rgw-policy-check PUBLIC "-DWITH_RADOSGW_RADOS")
+endif()
install(TARGETS rgw-policy-check DESTINATION bin)
+ set(radosgw_poltester_srcs
+ rgw_poltester.cc)
+ add_executable(rgw-policy-test ${radosgw_poltester_srcs})
+ target_link_libraries(rgw-policy-test ${rgw_libs})
+ install(TARGETS rgw-policy-test DESTINATION bin)
+
set(librgw_srcs
librgw.cc)
add_library(rgw SHARED ${librgw_srcs})