]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #12445 from pritha-srivastava/wip_glob_func
authorAdam C. Emerson <aemerson@redhat.com>
Tue, 24 Jan 2017 20:16:44 +0000 (15:16 -0500)
committerGitHub <noreply@github.com>
Tue, 24 Jan 2017 20:16:44 +0000 (15:16 -0500)
rgw: Added a globbing method for AWS Policies.

1  2 
src/rgw/rgw_common.cc

index b723f5422b931aea09903e03b367e0984939ded3,676f96c104938af85f4509a6f7e281cdd8cc0eb2..e80f64ecc6aefe49cf54c5f06acd9a15db3be05a
  
  #include <sstream>
  
 +#define dout_context g_ceph_context
  #define dout_subsys ceph_subsys_rgw
  
+ #define POLICY_ACTION           0x01
+ #define POLICY_RESOURCE         0x02
+ #define POLICY_ARN              0x04
+ #define POLICY_STRING           0x08
  PerfCounters *perfcounter = NULL;
  
  const uint32_t RGWBucketInfo::NUM_SHARDS_BLIND_BUCKET(UINT32_MAX);