mirror of
https://github.com/ceph/ceph
synced 2025-02-21 18:06:47 +00:00
rgw: clarify api
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
parent
ed95206e22
commit
2d416ad527
@ -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
|
||||
*/
|
||||
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user