rgw: clarify api

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2020-01-23 19:09:42 -08:00
parent ed95206e22
commit 2d416ad527

View File

@ -2452,7 +2452,9 @@ struct perm_state_base {
virtual ~perm_state_base() {}
virtual const char *get_referer() const = 0;
virtual std::optional<bool> get_request_payer() const = 0;
virtual std::optional<bool> get_request_payer() const = 0; /*
* empty state means that request_payer param was not passed in
*/
};