Scroll to navigation

RGW-POLICY-CHECK(8) Ceph RGW-POLICY-CHECK(8)

NAME

rgw-policy-check - verify syntax of bucket policy

SYNOPSIS

rgw-policy-check
-t tenant [ filename ... ]

DESCRIPTION

This program reads one or more files containing bucket policy and determines if it is syntactically correct. It does not check to see if the policy makes sense; it only checks to see if the file would be accepted by the policy parsing logic inside radsogw.

More than one filename may be specified. If no files are given, the program will read from stdin.

On success, the program will say nothing. On failure, the program will emit a error message indicating the problem. The program will terminate with non-zero exit status if one or more policies could not be read or parsed.

OPTIONS

AVAILABILITY

rgw-policy-check is part of Ceph, a massively scalable, open-source, distributed storage system. Please refer to the Ceph documentation at http://ceph.com/docs for more information.

SEE ALSO

radosgw(8)

COPYRIGHT

2010-2023, Inktank Storage, Inc. and contributors. Licensed under Creative Commons Attribution Share Alike 3.0 (CC-BY-SA-3.0)

October 24, 2023 dev