]> git.proxmox.com Git - ceph.git/blob - ceph/src/rgw/rgw_common.h
update sources to v12.2.3
[ceph.git] / ceph / src / rgw / rgw_common.h
1 // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*-
2 // vim: ts=8 sw=2 smarttab
3 /*
4 * Ceph - scalable distributed file system
5 *
6 * Copyright (C) 2004-2009 Sage Weil <sage@newdream.net>
7 * Copyright (C) 2015 Yehuda Sadeh <yehuda@redhat.com>
8 *
9 * This is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License version 2.1, as published by the Free Software
12 * Foundation. See file COPYING.
13 *
14 */
15
16 #ifndef CEPH_RGW_COMMON_H
17 #define CEPH_RGW_COMMON_H
18
19 #include <array>
20
21 #include <boost/utility/string_view.hpp>
22
23 #include "common/ceph_crypto.h"
24 #include "common/perf_counters.h"
25 #include "acconfig.h"
26 #include "rgw_acl.h"
27 #include "rgw_cors.h"
28 #include "rgw_iam_policy.h"
29 #include "rgw_quota.h"
30 #include "rgw_string.h"
31 #include "rgw_website.h"
32 #include "cls/version/cls_version_types.h"
33 #include "cls/user/cls_user_types.h"
34 #include "cls/rgw/cls_rgw_types.h"
35 #include "include/rados/librados.hpp"
36
37 namespace ceph {
38 class Formatter;
39 }
40
41 using ceph::crypto::MD5;
42
43
44 #define RGW_ATTR_PREFIX "user.rgw."
45
46 #define RGW_HTTP_RGWX_ATTR_PREFIX "RGWX_ATTR_"
47 #define RGW_HTTP_RGWX_ATTR_PREFIX_OUT "Rgwx-Attr-"
48
49 #define RGW_AMZ_PREFIX "x-amz-"
50 #define RGW_AMZ_META_PREFIX RGW_AMZ_PREFIX "meta-"
51 #define RGW_AMZ_WEBSITE_REDIRECT_LOCATION RGW_AMZ_PREFIX "website-redirect-location"
52 #define RGW_AMZ_TAG_COUNT RGW_AMZ_PREFIX "tagging-count"
53
54 #define RGW_SYS_PARAM_PREFIX "rgwx-"
55
56 #define RGW_ATTR_ACL RGW_ATTR_PREFIX "acl"
57 #define RGW_ATTR_LC RGW_ATTR_PREFIX "lc"
58 #define RGW_ATTR_CORS RGW_ATTR_PREFIX "cors"
59 #define RGW_ATTR_ETAG RGW_ATTR_PREFIX "etag"
60 #define RGW_ATTR_BUCKETS RGW_ATTR_PREFIX "buckets"
61 #define RGW_ATTR_META_PREFIX RGW_ATTR_PREFIX RGW_AMZ_META_PREFIX
62 #define RGW_ATTR_CONTENT_TYPE RGW_ATTR_PREFIX "content_type"
63 #define RGW_ATTR_CACHE_CONTROL RGW_ATTR_PREFIX "cache_control"
64 #define RGW_ATTR_CONTENT_DISP RGW_ATTR_PREFIX "content_disposition"
65 #define RGW_ATTR_CONTENT_ENC RGW_ATTR_PREFIX "content_encoding"
66 #define RGW_ATTR_CONTENT_LANG RGW_ATTR_PREFIX "content_language"
67 #define RGW_ATTR_EXPIRES RGW_ATTR_PREFIX "expires"
68 #define RGW_ATTR_DELETE_AT RGW_ATTR_PREFIX "delete_at"
69 #define RGW_ATTR_ID_TAG RGW_ATTR_PREFIX "idtag"
70 #define RGW_ATTR_TAIL_TAG RGW_ATTR_PREFIX "tail_tag"
71 #define RGW_ATTR_SHADOW_OBJ RGW_ATTR_PREFIX "shadow_name"
72 #define RGW_ATTR_MANIFEST RGW_ATTR_PREFIX "manifest"
73 #define RGW_ATTR_USER_MANIFEST RGW_ATTR_PREFIX "user_manifest"
74 #define RGW_ATTR_AMZ_WEBSITE_REDIRECT_LOCATION RGW_ATTR_PREFIX RGW_AMZ_WEBSITE_REDIRECT_LOCATION
75 #define RGW_ATTR_SLO_MANIFEST RGW_ATTR_PREFIX "slo_manifest"
76 /* Information whether an object is SLO or not must be exposed to
77 * user through custom HTTP header named X-Static-Large-Object. */
78 #define RGW_ATTR_SLO_UINDICATOR RGW_ATTR_META_PREFIX "static-large-object"
79 #define RGW_ATTR_X_ROBOTS_TAG RGW_ATTR_PREFIX "x-robots-tag"
80
81 #define RGW_ATTR_PG_VER RGW_ATTR_PREFIX "pg_ver"
82 #define RGW_ATTR_SOURCE_ZONE RGW_ATTR_PREFIX "source_zone"
83 #define RGW_ATTR_TAGS RGW_ATTR_PREFIX RGW_AMZ_PREFIX "tagging"
84
85 #define RGW_ATTR_TEMPURL_KEY1 RGW_ATTR_META_PREFIX "temp-url-key"
86 #define RGW_ATTR_TEMPURL_KEY2 RGW_ATTR_META_PREFIX "temp-url-key-2"
87
88 /* Account/container quota of the Swift API. */
89 #define RGW_ATTR_QUOTA_NOBJS RGW_ATTR_META_PREFIX "quota-count"
90 #define RGW_ATTR_QUOTA_MSIZE RGW_ATTR_META_PREFIX "quota-bytes"
91
92 /* Static Web Site of Swift API. */
93 #define RGW_ATTR_WEB_INDEX RGW_ATTR_META_PREFIX "web-index"
94 #define RGW_ATTR_WEB_ERROR RGW_ATTR_META_PREFIX "web-error"
95 #define RGW_ATTR_WEB_LISTINGS RGW_ATTR_META_PREFIX "web-listings"
96 #define RGW_ATTR_WEB_LIST_CSS RGW_ATTR_META_PREFIX "web-listings-css"
97 #define RGW_ATTR_SUBDIR_MARKER RGW_ATTR_META_PREFIX "web-directory-type"
98
99 #define RGW_ATTR_OLH_PREFIX RGW_ATTR_PREFIX "olh."
100
101 #define RGW_ATTR_OLH_INFO RGW_ATTR_OLH_PREFIX "info"
102 #define RGW_ATTR_OLH_VER RGW_ATTR_OLH_PREFIX "ver"
103 #define RGW_ATTR_OLH_ID_TAG RGW_ATTR_OLH_PREFIX "idtag"
104 #define RGW_ATTR_OLH_PENDING_PREFIX RGW_ATTR_OLH_PREFIX "pending."
105
106 #define RGW_ATTR_COMPRESSION RGW_ATTR_PREFIX "compression"
107
108 /* IAM Policy */
109 #define RGW_ATTR_IAM_POLICY RGW_ATTR_PREFIX "iam-policy"
110
111
112 /* RGW File Attributes */
113 #define RGW_ATTR_UNIX_KEY1 RGW_ATTR_PREFIX "unix-key1"
114 #define RGW_ATTR_UNIX1 RGW_ATTR_PREFIX "unix1"
115
116 #define RGW_ATTR_CRYPT_PREFIX RGW_ATTR_PREFIX "crypt."
117 #define RGW_ATTR_CRYPT_MODE RGW_ATTR_CRYPT_PREFIX "mode"
118 #define RGW_ATTR_CRYPT_KEYMD5 RGW_ATTR_CRYPT_PREFIX "keymd5"
119 #define RGW_ATTR_CRYPT_KEYID RGW_ATTR_CRYPT_PREFIX "keyid"
120 #define RGW_ATTR_CRYPT_KEYSEL RGW_ATTR_CRYPT_PREFIX "keysel"
121
122 #define RGW_BUCKETS_OBJ_SUFFIX ".buckets"
123
124 #define RGW_FORMAT_PLAIN 0
125 #define RGW_FORMAT_XML 1
126 #define RGW_FORMAT_JSON 2
127 #define RGW_FORMAT_HTML 3
128
129 #define RGW_CAP_READ 0x1
130 #define RGW_CAP_WRITE 0x2
131 #define RGW_CAP_ALL (RGW_CAP_READ | RGW_CAP_WRITE)
132
133 #define RGW_REST_SWIFT 0x1
134 #define RGW_REST_SWIFT_AUTH 0x2
135 #define RGW_REST_S3 0x4
136 #define RGW_REST_WEBSITE 0x8
137
138 #define RGW_SUSPENDED_USER_AUID (uint64_t)-2
139
140 #define RGW_OP_TYPE_READ 0x01
141 #define RGW_OP_TYPE_WRITE 0x02
142 #define RGW_OP_TYPE_DELETE 0x04
143
144 #define RGW_OP_TYPE_MODIFY (RGW_OP_TYPE_WRITE | RGW_OP_TYPE_DELETE)
145 #define RGW_OP_TYPE_ALL (RGW_OP_TYPE_READ | RGW_OP_TYPE_WRITE | RGW_OP_TYPE_DELETE)
146
147 #define RGW_DEFAULT_MAX_BUCKETS 1000
148
149 #define RGW_DEFER_TO_BUCKET_ACLS_RECURSE 1
150 #define RGW_DEFER_TO_BUCKET_ACLS_FULL_CONTROL 2
151
152 #define STATUS_CREATED 1900
153 #define STATUS_ACCEPTED 1901
154 #define STATUS_NO_CONTENT 1902
155 #define STATUS_PARTIAL_CONTENT 1903
156 #define STATUS_REDIRECT 1904
157 #define STATUS_NO_APPLY 1905
158 #define STATUS_APPLIED 1906
159
160 #define ERR_INVALID_BUCKET_NAME 2000
161 #define ERR_INVALID_OBJECT_NAME 2001
162 #define ERR_NO_SUCH_BUCKET 2002
163 #define ERR_METHOD_NOT_ALLOWED 2003
164 #define ERR_INVALID_DIGEST 2004
165 #define ERR_BAD_DIGEST 2005
166 #define ERR_UNRESOLVABLE_EMAIL 2006
167 #define ERR_INVALID_PART 2007
168 #define ERR_INVALID_PART_ORDER 2008
169 #define ERR_NO_SUCH_UPLOAD 2009
170 #define ERR_REQUEST_TIMEOUT 2010
171 #define ERR_LENGTH_REQUIRED 2011
172 #define ERR_REQUEST_TIME_SKEWED 2012
173 #define ERR_BUCKET_EXISTS 2013
174 #define ERR_BAD_URL 2014
175 #define ERR_PRECONDITION_FAILED 2015
176 #define ERR_NOT_MODIFIED 2016
177 #define ERR_INVALID_UTF8 2017
178 #define ERR_UNPROCESSABLE_ENTITY 2018
179 #define ERR_TOO_LARGE 2019
180 #define ERR_TOO_MANY_BUCKETS 2020
181 #define ERR_INVALID_REQUEST 2021
182 #define ERR_TOO_SMALL 2022
183 #define ERR_NOT_FOUND 2023
184 #define ERR_PERMANENT_REDIRECT 2024
185 #define ERR_LOCKED 2025
186 #define ERR_QUOTA_EXCEEDED 2026
187 #define ERR_SIGNATURE_NO_MATCH 2027
188 #define ERR_INVALID_ACCESS_KEY 2028
189 #define ERR_MALFORMED_XML 2029
190 #define ERR_USER_EXIST 2030
191 #define ERR_NOT_SLO_MANIFEST 2031
192 #define ERR_EMAIL_EXIST 2032
193 #define ERR_KEY_EXIST 2033
194 #define ERR_INVALID_SECRET_KEY 2034
195 #define ERR_INVALID_KEY_TYPE 2035
196 #define ERR_INVALID_CAP 2036
197 #define ERR_INVALID_TENANT_NAME 2037
198 #define ERR_WEBSITE_REDIRECT 2038
199 #define ERR_NO_SUCH_WEBSITE_CONFIGURATION 2039
200 #define ERR_AMZ_CONTENT_SHA256_MISMATCH 2040
201 #define ERR_NO_SUCH_LC 2041
202 #define ERR_NO_SUCH_USER 2042
203 #define ERR_NO_SUCH_SUBUSER 2043
204 #define ERR_USER_SUSPENDED 2100
205 #define ERR_INTERNAL_ERROR 2200
206 #define ERR_NOT_IMPLEMENTED 2201
207 #define ERR_SERVICE_UNAVAILABLE 2202
208 #define ERR_ROLE_EXISTS 2203
209 #define ERR_MALFORMED_DOC 2204
210 #define ERR_NO_ROLE_FOUND 2205
211 #define ERR_DELETE_CONFLICT 2206
212 #define ERR_NO_SUCH_BUCKET_POLICY 2207
213 #define ERR_INVALID_LOCATION_CONSTRAINT 2208
214 #define ERR_TAG_CONFLICT 2209
215 #define ERR_INVALID_TAG 2210
216 #define ERR_ZERO_IN_URL 2211
217 #define ERR_MALFORMED_ACL_ERROR 2212
218 #define ERR_ZONEGROUP_DEFAULT_PLACEMENT_MISCONFIGURATION 2213
219 #define ERR_INVALID_ENCRYPTION_ALGORITHM 2214
220
221 #define ERR_BUSY_RESHARDING 2300
222
223 #ifndef UINT32_MAX
224 #define UINT32_MAX (0xffffffffu)
225 #endif
226
227 struct req_state;
228
229 typedef void *RGWAccessHandle;
230
231
232 /* perf counter */
233
234 extern PerfCounters *perfcounter;
235
236 extern int rgw_perf_start(CephContext *cct);
237 extern void rgw_perf_stop(CephContext *cct);
238
239 enum {
240 l_rgw_first = 15000,
241 l_rgw_req,
242 l_rgw_failed_req,
243
244 l_rgw_get,
245 l_rgw_get_b,
246 l_rgw_get_lat,
247
248 l_rgw_put,
249 l_rgw_put_b,
250 l_rgw_put_lat,
251
252 l_rgw_qlen,
253 l_rgw_qactive,
254
255 l_rgw_cache_hit,
256 l_rgw_cache_miss,
257
258 l_rgw_keystone_token_cache_hit,
259 l_rgw_keystone_token_cache_miss,
260
261 l_rgw_last,
262 };
263
264
265 /* size should be the required string size + 1 */
266 extern int gen_rand_base64(CephContext *cct, char *dest, int size);
267 extern int gen_rand_alphanumeric(CephContext *cct, char *dest, int size);
268 extern int gen_rand_alphanumeric_lower(CephContext *cct, char *dest, int size);
269 extern int gen_rand_alphanumeric_upper(CephContext *cct, char *dest, int size);
270 extern int gen_rand_alphanumeric_no_underscore(CephContext *cct, char *dest, int size);
271 extern int gen_rand_alphanumeric_plain(CephContext *cct, char *dest, int size);
272
273 extern int gen_rand_alphanumeric_lower(CephContext *cct, string *str, int length);
274
275 enum RGWIntentEvent {
276 DEL_OBJ = 0,
277 DEL_DIR = 1,
278 };
279
280 enum RGWObjCategory {
281 RGW_OBJ_CATEGORY_NONE = 0,
282 RGW_OBJ_CATEGORY_MAIN = 1,
283 RGW_OBJ_CATEGORY_SHADOW = 2,
284 RGW_OBJ_CATEGORY_MULTIMETA = 3,
285 };
286
287 /** Store error returns for output at a different point in the program */
288 struct rgw_err {
289 rgw_err();
290 void clear();
291 bool is_clear() const;
292 bool is_err() const;
293 friend std::ostream& operator<<(std::ostream& oss, const rgw_err &err);
294
295 int http_ret;
296 int ret;
297 std::string err_code;
298 std::string message;
299 };
300
301
302
303 /* Helper class used for RGWHTTPArgs parsing */
304 class NameVal
305 {
306 string str;
307 string name;
308 string val;
309 public:
310 explicit NameVal(string nv) : str(nv) {}
311
312 int parse();
313
314 string& get_name() { return name; }
315 string& get_val() { return val; }
316 };
317
318 /** Stores the XML arguments associated with the HTTP request in req_state*/
319 class RGWHTTPArgs
320 {
321 string str, empty_str;
322 map<string, string> val_map;
323 map<string, string> sys_val_map;
324 map<string, string> sub_resources;
325 bool has_resp_modifier;
326 bool admin_subresource_added;
327 public:
328 RGWHTTPArgs() : has_resp_modifier(false), admin_subresource_added(false) {}
329
330 /** Set the arguments; as received */
331 void set(string s) {
332 has_resp_modifier = false;
333 val_map.clear();
334 sub_resources.clear();
335 str = s;
336 }
337 /** parse the received arguments */
338 int parse();
339 void append(const string& name, const string& val);
340 /** Get the value for a specific argument parameter */
341 const string& get(const string& name, bool *exists = NULL) const;
342 boost::optional<const std::string&>
343 get_optional(const std::string& name) const;
344 int get_bool(const string& name, bool *val, bool *exists);
345 int get_bool(const char *name, bool *val, bool *exists);
346 void get_bool(const char *name, bool *val, bool def_val);
347
348 /** Get the value for specific system argument parameter */
349 std::string sys_get(const string& name, bool *exists = nullptr) const;
350
351 /** see if a parameter is contained in this RGWHTTPArgs */
352 bool exists(const char *name) const {
353 return (val_map.find(name) != std::end(val_map));
354 }
355 bool sub_resource_exists(const char *name) const {
356 return (sub_resources.find(name) != std::end(sub_resources));
357 }
358 map<string, string>& get_params() {
359 return val_map;
360 }
361 const std::map<std::string, std::string>& get_sub_resources() const {
362 return sub_resources;
363 }
364 unsigned get_num_params() const {
365 return val_map.size();
366 }
367 bool has_response_modifier() const {
368 return has_resp_modifier;
369 }
370 void set_system() { /* make all system params visible */
371 map<string, string>::iterator iter;
372 for (iter = sys_val_map.begin(); iter != sys_val_map.end(); ++iter) {
373 val_map[iter->first] = iter->second;
374 }
375 }
376 const string& get_str() {
377 return str;
378 }
379 };
380
381 const char *rgw_conf_get(const map<string, string, ltstr_nocase>& conf_map, const char *name, const char *def_val);
382 int rgw_conf_get_int(const map<string, string, ltstr_nocase>& conf_map, const char *name, int def_val);
383 bool rgw_conf_get_bool(const map<string, string, ltstr_nocase>& conf_map, const char *name, bool def_val);
384
385 class RGWEnv;
386
387 class RGWConf {
388 friend class RGWEnv;
389 protected:
390 void init(CephContext *cct, RGWEnv* env);
391 public:
392 RGWConf()
393 : enable_ops_log(1),
394 enable_usage_log(1),
395 defer_to_bucket_acls(0) {
396 }
397
398 int enable_ops_log;
399 int enable_usage_log;
400 uint8_t defer_to_bucket_acls;
401 };
402
403 class RGWEnv {
404 std::map<string, string, ltstr_nocase> env_map;
405 public:
406 RGWConf conf;
407
408 void init(CephContext *cct);
409 void init(CephContext *cct, char **envp);
410 void set(std::string name, std::string val);
411 const char *get(const char *name, const char *def_val = nullptr) const;
412 int get_int(const char *name, int def_val = 0) const;
413 bool get_bool(const char *name, bool def_val = 0);
414 size_t get_size(const char *name, size_t def_val = 0) const;
415 bool exists(const char *name) const;
416 bool exists_prefix(const char *prefix) const;
417
418 void remove(const char *name);
419
420 const std::map<string, string, ltstr_nocase>& get_map() const { return env_map; }
421 };
422
423 enum http_op {
424 OP_GET,
425 OP_PUT,
426 OP_DELETE,
427 OP_HEAD,
428 OP_POST,
429 OP_COPY,
430 OP_OPTIONS,
431 OP_UNKNOWN,
432 };
433
434 enum RGWOpType {
435 RGW_OP_UNKNOWN = 0,
436 RGW_OP_GET_OBJ,
437 RGW_OP_LIST_BUCKETS,
438 RGW_OP_STAT_ACCOUNT,
439 RGW_OP_LIST_BUCKET,
440 RGW_OP_GET_BUCKET_LOGGING,
441 RGW_OP_GET_BUCKET_LOCATION,
442 RGW_OP_GET_BUCKET_VERSIONING,
443 RGW_OP_SET_BUCKET_VERSIONING,
444 RGW_OP_GET_BUCKET_WEBSITE,
445 RGW_OP_SET_BUCKET_WEBSITE,
446 RGW_OP_STAT_BUCKET,
447 RGW_OP_CREATE_BUCKET,
448 RGW_OP_DELETE_BUCKET,
449 RGW_OP_PUT_OBJ,
450 RGW_OP_STAT_OBJ,
451 RGW_OP_POST_OBJ,
452 RGW_OP_PUT_METADATA_ACCOUNT,
453 RGW_OP_PUT_METADATA_BUCKET,
454 RGW_OP_PUT_METADATA_OBJECT,
455 RGW_OP_SET_TEMPURL,
456 RGW_OP_DELETE_OBJ,
457 RGW_OP_COPY_OBJ,
458 RGW_OP_GET_ACLS,
459 RGW_OP_PUT_ACLS,
460 RGW_OP_GET_CORS,
461 RGW_OP_PUT_CORS,
462 RGW_OP_DELETE_CORS,
463 RGW_OP_OPTIONS_CORS,
464 RGW_OP_GET_REQUEST_PAYMENT,
465 RGW_OP_SET_REQUEST_PAYMENT,
466 RGW_OP_INIT_MULTIPART,
467 RGW_OP_COMPLETE_MULTIPART,
468 RGW_OP_ABORT_MULTIPART,
469 RGW_OP_LIST_MULTIPART,
470 RGW_OP_LIST_BUCKET_MULTIPARTS,
471 RGW_OP_DELETE_MULTI_OBJ,
472 RGW_OP_BULK_DELETE,
473 RGW_OP_SET_ATTRS,
474 RGW_OP_GET_CROSS_DOMAIN_POLICY,
475 RGW_OP_GET_HEALTH_CHECK,
476 RGW_OP_GET_INFO,
477 RGW_OP_CREATE_ROLE,
478 RGW_OP_DELETE_ROLE,
479 RGW_OP_GET_ROLE,
480 RGW_OP_MODIFY_ROLE,
481 RGW_OP_LIST_ROLES,
482 RGW_OP_PUT_ROLE_POLICY,
483 RGW_OP_GET_ROLE_POLICY,
484 RGW_OP_LIST_ROLE_POLICIES,
485 RGW_OP_DELETE_ROLE_POLICY,
486 RGW_OP_PUT_BUCKET_POLICY,
487 RGW_OP_GET_BUCKET_POLICY,
488 RGW_OP_DELETE_BUCKET_POLICY,
489 RGW_OP_PUT_OBJ_TAGGING,
490 RGW_OP_GET_OBJ_TAGGING,
491 RGW_OP_DELETE_OBJ_TAGGING,
492 RGW_OP_PUT_LC,
493 RGW_OP_GET_LC,
494 RGW_OP_DELETE_LC,
495 /* rgw specific */
496 RGW_OP_ADMIN_SET_METADATA,
497 RGW_OP_GET_OBJ_LAYOUT,
498 RGW_OP_BULK_UPLOAD,
499 RGW_OP_METADATA_SEARCH,
500 RGW_OP_CONFIG_BUCKET_META_SEARCH,
501 RGW_OP_GET_BUCKET_META_SEARCH,
502 RGW_OP_DEL_BUCKET_META_SEARCH,
503 };
504
505 class RGWAccessControlPolicy;
506 class JSONObj;
507
508 struct RGWAccessKey {
509 string id; // AccessKey
510 string key; // SecretKey
511 string subuser;
512
513 RGWAccessKey() {}
514 RGWAccessKey(std::string _id, std::string _key)
515 : id(std::move(_id)), key(std::move(_key)) {}
516
517 void encode(bufferlist& bl) const {
518 ENCODE_START(2, 2, bl);
519 ::encode(id, bl);
520 ::encode(key, bl);
521 ::encode(subuser, bl);
522 ENCODE_FINISH(bl);
523 }
524
525 void decode(bufferlist::iterator& bl) {
526 DECODE_START_LEGACY_COMPAT_LEN_32(2, 2, 2, bl);
527 ::decode(id, bl);
528 ::decode(key, bl);
529 ::decode(subuser, bl);
530 DECODE_FINISH(bl);
531 }
532 void dump(Formatter *f) const;
533 void dump_plain(Formatter *f) const;
534 void dump(Formatter *f, const string& user, bool swift) const;
535 static void generate_test_instances(list<RGWAccessKey*>& o);
536
537 void decode_json(JSONObj *obj);
538 void decode_json(JSONObj *obj, bool swift);
539 };
540 WRITE_CLASS_ENCODER(RGWAccessKey)
541
542 struct RGWSubUser {
543 string name;
544 uint32_t perm_mask;
545
546 RGWSubUser() : perm_mask(0) {}
547 void encode(bufferlist& bl) const {
548 ENCODE_START(2, 2, bl);
549 ::encode(name, bl);
550 ::encode(perm_mask, bl);
551 ENCODE_FINISH(bl);
552 }
553
554 void decode(bufferlist::iterator& bl) {
555 DECODE_START_LEGACY_COMPAT_LEN_32(2, 2, 2, bl);
556 ::decode(name, bl);
557 ::decode(perm_mask, bl);
558 DECODE_FINISH(bl);
559 }
560 void dump(Formatter *f) const;
561 void dump(Formatter *f, const string& user) const;
562 static void generate_test_instances(list<RGWSubUser*>& o);
563
564 void decode_json(JSONObj *obj);
565 };
566 WRITE_CLASS_ENCODER(RGWSubUser)
567
568 class RGWUserCaps
569 {
570 map<string, uint32_t> caps;
571
572 int get_cap(const string& cap, string& type, uint32_t *perm);
573 int add_cap(const string& cap);
574 int remove_cap(const string& cap);
575 public:
576 static int parse_cap_perm(const string& str, uint32_t *perm);
577 int add_from_string(const string& str);
578 int remove_from_string(const string& str);
579
580 void encode(bufferlist& bl) const {
581 ENCODE_START(1, 1, bl);
582 ::encode(caps, bl);
583 ENCODE_FINISH(bl);
584 }
585 void decode(bufferlist::iterator& bl) {
586 DECODE_START(1, bl);
587 ::decode(caps, bl);
588 DECODE_FINISH(bl);
589 }
590 int check_cap(const string& cap, uint32_t perm);
591 bool is_valid_cap_type(const string& tp);
592 void dump(Formatter *f) const;
593 void dump(Formatter *f, const char *name) const;
594
595 void decode_json(JSONObj *obj);
596 };
597 WRITE_CLASS_ENCODER(RGWUserCaps)
598
599 void encode_json(const char *name, const obj_version& v, Formatter *f);
600 void encode_json(const char *name, const RGWUserCaps& val, Formatter *f);
601
602 void decode_json_obj(obj_version& v, JSONObj *obj);
603
604 enum RGWUserSourceType
605 {
606 TYPE_NONE=0,
607 TYPE_RGW=1,
608 TYPE_KEYSTONE=2,
609 TYPE_LDAP=3
610 };
611
612 struct RGWUserInfo
613 {
614 uint64_t auid;
615 rgw_user user_id;
616 string display_name;
617 string user_email;
618 map<string, RGWAccessKey> access_keys;
619 map<string, RGWAccessKey> swift_keys;
620 map<string, RGWSubUser> subusers;
621 __u8 suspended;
622 int32_t max_buckets;
623 uint32_t op_mask;
624 RGWUserCaps caps;
625 __u8 admin;
626 __u8 system;
627 string default_placement;
628 list<string> placement_tags;
629 RGWQuotaInfo bucket_quota;
630 map<int, string> temp_url_keys;
631 RGWQuotaInfo user_quota;
632 uint32_t type;
633
634 RGWUserInfo()
635 : auid(0),
636 suspended(0),
637 max_buckets(RGW_DEFAULT_MAX_BUCKETS),
638 op_mask(RGW_OP_TYPE_ALL),
639 admin(0),
640 system(0),
641 type(TYPE_NONE) {
642 }
643
644 RGWAccessKey* get_key0() {
645 if (access_keys.empty())
646 return nullptr;
647 else
648 return &(access_keys.begin()->second);
649 }
650
651 void encode(bufferlist& bl) const {
652 ENCODE_START(19, 9, bl);
653 ::encode(auid, bl);
654 string access_key;
655 string secret_key;
656 if (!access_keys.empty()) {
657 map<string, RGWAccessKey>::const_iterator iter = access_keys.begin();
658 const RGWAccessKey& k = iter->second;
659 access_key = k.id;
660 secret_key = k.key;
661 }
662 ::encode(access_key, bl);
663 ::encode(secret_key, bl);
664 ::encode(display_name, bl);
665 ::encode(user_email, bl);
666 string swift_name;
667 string swift_key;
668 if (!swift_keys.empty()) {
669 map<string, RGWAccessKey>::const_iterator iter = swift_keys.begin();
670 const RGWAccessKey& k = iter->second;
671 swift_name = k.id;
672 swift_key = k.key;
673 }
674 ::encode(swift_name, bl);
675 ::encode(swift_key, bl);
676 ::encode(user_id.id, bl);
677 ::encode(access_keys, bl);
678 ::encode(subusers, bl);
679 ::encode(suspended, bl);
680 ::encode(swift_keys, bl);
681 ::encode(max_buckets, bl);
682 ::encode(caps, bl);
683 ::encode(op_mask, bl);
684 ::encode(system, bl);
685 ::encode(default_placement, bl);
686 ::encode(placement_tags, bl);
687 ::encode(bucket_quota, bl);
688 ::encode(temp_url_keys, bl);
689 ::encode(user_quota, bl);
690 ::encode(user_id.tenant, bl);
691 ::encode(admin, bl);
692 ::encode(type, bl);
693 ENCODE_FINISH(bl);
694 }
695 void decode(bufferlist::iterator& bl) {
696 DECODE_START_LEGACY_COMPAT_LEN_32(19, 9, 9, bl);
697 if (struct_v >= 2) ::decode(auid, bl);
698 else auid = CEPH_AUTH_UID_DEFAULT;
699 string access_key;
700 string secret_key;
701 ::decode(access_key, bl);
702 ::decode(secret_key, bl);
703 if (struct_v < 6) {
704 RGWAccessKey k;
705 k.id = access_key;
706 k.key = secret_key;
707 access_keys[access_key] = k;
708 }
709 ::decode(display_name, bl);
710 ::decode(user_email, bl);
711 /* We populate swift_keys map later nowadays, but we have to decode. */
712 string swift_name;
713 string swift_key;
714 if (struct_v >= 3) ::decode(swift_name, bl);
715 if (struct_v >= 4) ::decode(swift_key, bl);
716 if (struct_v >= 5)
717 ::decode(user_id.id, bl);
718 else
719 user_id.id = access_key;
720 if (struct_v >= 6) {
721 ::decode(access_keys, bl);
722 ::decode(subusers, bl);
723 }
724 suspended = 0;
725 if (struct_v >= 7) {
726 ::decode(suspended, bl);
727 }
728 if (struct_v >= 8) {
729 ::decode(swift_keys, bl);
730 }
731 if (struct_v >= 10) {
732 ::decode(max_buckets, bl);
733 } else {
734 max_buckets = RGW_DEFAULT_MAX_BUCKETS;
735 }
736 if (struct_v >= 11) {
737 ::decode(caps, bl);
738 }
739 if (struct_v >= 12) {
740 ::decode(op_mask, bl);
741 } else {
742 op_mask = RGW_OP_TYPE_ALL;
743 }
744 if (struct_v >= 13) {
745 ::decode(system, bl);
746 ::decode(default_placement, bl);
747 ::decode(placement_tags, bl); /* tags of allowed placement rules */
748 }
749 if (struct_v >= 14) {
750 ::decode(bucket_quota, bl);
751 }
752 if (struct_v >= 15) {
753 ::decode(temp_url_keys, bl);
754 }
755 if (struct_v >= 16) {
756 ::decode(user_quota, bl);
757 }
758 if (struct_v >= 17) {
759 ::decode(user_id.tenant, bl);
760 } else {
761 user_id.tenant.clear();
762 }
763 if (struct_v >= 18) {
764 ::decode(admin, bl);
765 }
766 if (struct_v >= 19) {
767 ::decode(type, bl);
768 }
769 DECODE_FINISH(bl);
770 }
771 void dump(Formatter *f) const;
772 static void generate_test_instances(list<RGWUserInfo*>& o);
773
774 void decode_json(JSONObj *obj);
775 };
776 WRITE_CLASS_ENCODER(RGWUserInfo)
777
778 struct rgw_pool {
779 std::string name;
780 std::string ns;
781
782 rgw_pool() = default;
783 rgw_pool(const rgw_pool& _p) : name(_p.name), ns(_p.ns) {}
784 rgw_pool(rgw_pool&&) = default;
785 rgw_pool(const string& _s) {
786 from_str(_s);
787 }
788 rgw_pool(const string& _name, const string& _ns) : name(_name), ns(_ns) {}
789
790 string to_str() const;
791 void from_str(const string& s);
792
793 void init(const string& _s) {
794 from_str(_s);
795 }
796
797 bool empty() const {
798 return name.empty();
799 }
800
801 int compare(const rgw_pool& p) const {
802 int r = name.compare(p.name);
803 if (r != 0) {
804 return r;
805 }
806 return ns.compare(p.ns);
807 }
808
809 void encode(bufferlist& bl) const {
810 ENCODE_START(10, 10, bl);
811 ::encode(name, bl);
812 ::encode(ns, bl);
813 ENCODE_FINISH(bl);
814 }
815
816 void decode_from_bucket(bufferlist::iterator& bl);
817
818 void decode(bufferlist::iterator& bl) {
819 DECODE_START_LEGACY_COMPAT_LEN(10, 3, 3, bl);
820
821 ::decode(name, bl);
822
823 if (struct_v < 10) {
824
825 /*
826 * note that rgw_pool can be used where rgw_bucket was used before
827 * therefore we inherit rgw_bucket's old versions. However, we only
828 * need the first field from rgw_bucket. unless we add more fields
829 * in which case we'll need to look at struct_v, and check the actual
830 * version. Anything older than 10 needs to be treated as old rgw_bucket
831 */
832
833 } else {
834 ::decode(ns, bl);
835 }
836
837 DECODE_FINISH(bl);
838 }
839
840 rgw_pool& operator=(const rgw_pool&) = default;
841
842 bool operator==(const rgw_pool& p) const {
843 return (compare(p) == 0);
844 }
845 bool operator!=(const rgw_pool& p) const {
846 return !(*this == p);
847 }
848 bool operator<(const rgw_pool& p) const {
849 int r = name.compare(p.name);
850 if (r == 0) {
851 return (ns.compare(p.ns) < 0);
852 }
853 return (r < 0);
854 }
855 };
856 WRITE_CLASS_ENCODER(rgw_pool)
857
858 struct rgw_data_placement_target {
859 rgw_pool data_pool;
860 rgw_pool data_extra_pool;
861 rgw_pool index_pool;
862
863 rgw_data_placement_target() = default;
864 rgw_data_placement_target(const rgw_data_placement_target&) = default;
865 rgw_data_placement_target(rgw_data_placement_target&&) = default;
866
867 rgw_data_placement_target(const rgw_pool& data_pool,
868 const rgw_pool& data_extra_pool,
869 const rgw_pool& index_pool)
870 : data_pool(data_pool),
871 data_extra_pool(data_extra_pool),
872 index_pool(index_pool) {
873 }
874
875 rgw_data_placement_target&
876 operator=(const rgw_data_placement_target&) = default;
877
878 const rgw_pool& get_data_extra_pool() const {
879 if (data_extra_pool.empty()) {
880 return data_pool;
881 }
882 return data_extra_pool;
883 }
884
885 int compare(const rgw_data_placement_target& t) {
886 int c = data_pool.compare(t.data_pool);
887 if (c != 0) {
888 return c;
889 }
890 c = data_extra_pool.compare(t.data_extra_pool);
891 if (c != 0) {
892 return c;
893 }
894 return index_pool.compare(t.index_pool);
895 };
896
897 void dump(Formatter *f) const;
898 void decode_json(JSONObj *obj);
899 };
900
901 inline ostream& operator<<(ostream& out, const rgw_pool& p) {
902 out << p.to_str();
903 return out;
904 }
905
906 struct rgw_raw_obj {
907 rgw_pool pool;
908 std::string oid;
909 std::string loc;
910
911 rgw_raw_obj() {}
912 rgw_raw_obj(const rgw_pool& _pool, const std::string& _oid) {
913 init(_pool, _oid);
914 }
915 rgw_raw_obj(const rgw_pool& _pool, const std::string& _oid, const string& _loc) : loc(_loc) {
916 init(_pool, _oid);
917 }
918
919 void init(const rgw_pool& _pool, const std::string& _oid) {
920 pool = _pool;
921 oid = _oid;
922 }
923
924 bool empty() const {
925 return oid.empty();
926 }
927
928 void encode(bufferlist& bl) const {
929 ENCODE_START(6, 6, bl);
930 ::encode(pool, bl);
931 ::encode(oid, bl);
932 ::encode(loc, bl);
933 ENCODE_FINISH(bl);
934 }
935
936 void decode_from_rgw_obj(bufferlist::iterator& bl);
937
938 void decode(bufferlist::iterator& bl) {
939 unsigned ofs = bl.get_off();
940 DECODE_START(6, bl);
941 if (struct_v < 6) {
942 /*
943 * this object was encoded as rgw_obj, prior to rgw_raw_obj been split out of it,
944 * let's decode it as rgw_obj and convert it
945 */
946 bl.seek(ofs);
947 decode_from_rgw_obj(bl);
948 return;
949 }
950 ::decode(pool, bl);
951 ::decode(oid, bl);
952 ::decode(loc, bl);
953 DECODE_FINISH(bl);
954 }
955
956 bool operator<(const rgw_raw_obj& o) const {
957 int r = pool.compare(o.pool);
958 if (r == 0) {
959 r = oid.compare(o.oid);
960 if (r == 0) {
961 r = loc.compare(o.loc);
962 }
963 }
964 return (r < 0);
965 }
966
967 bool operator==(const rgw_raw_obj& o) const {
968 return (pool == o.pool && oid == o.oid && loc == o.loc);
969 }
970
971 void dump(Formatter *f) const;
972 void decode_json(JSONObj *obj);
973 };
974 WRITE_CLASS_ENCODER(rgw_raw_obj)
975
976 inline ostream& operator<<(ostream& out, const rgw_raw_obj& o) {
977 out << o.pool << ":" << o.oid;
978 return out;
979 }
980
981 struct rgw_bucket {
982 std::string tenant;
983 std::string name;
984 std::string marker;
985 std::string bucket_id;
986 rgw_data_placement_target explicit_placement;
987
988 std::string oid; /*
989 * runtime in-memory only info. If not empty, points to the bucket instance object
990 */
991
992 rgw_bucket() { }
993 // cppcheck-suppress noExplicitConstructor
994 explicit rgw_bucket(const rgw_user& u, const cls_user_bucket& b) :
995 tenant(u.tenant),
996 name(b.name),
997 marker(b.marker),
998 bucket_id(b.bucket_id),
999 explicit_placement(b.explicit_placement.data_pool,
1000 b.explicit_placement.data_extra_pool,
1001 b.explicit_placement.index_pool) {}
1002 rgw_bucket(const rgw_bucket&) = default;
1003 rgw_bucket(rgw_bucket&&) = default;
1004
1005 void convert(cls_user_bucket *b) const {
1006 b->name = name;
1007 b->marker = marker;
1008 b->bucket_id = bucket_id;
1009 b->explicit_placement.data_pool = explicit_placement.data_pool.to_str();
1010 b->explicit_placement.data_extra_pool = explicit_placement.data_extra_pool.to_str();
1011 b->explicit_placement.index_pool = explicit_placement.index_pool.to_str();
1012 }
1013
1014 void encode(bufferlist& bl) const {
1015 ENCODE_START(10, 10, bl);
1016 ::encode(name, bl);
1017 ::encode(marker, bl);
1018 ::encode(bucket_id, bl);
1019 ::encode(tenant, bl);
1020 bool encode_explicit = !explicit_placement.data_pool.empty();
1021 ::encode(encode_explicit, bl);
1022 if (encode_explicit) {
1023 ::encode(explicit_placement.data_pool, bl);
1024 ::encode(explicit_placement.data_extra_pool, bl);
1025 ::encode(explicit_placement.index_pool, bl);
1026 }
1027 ENCODE_FINISH(bl);
1028 }
1029 void decode(bufferlist::iterator& bl) {
1030 DECODE_START_LEGACY_COMPAT_LEN(10, 3, 3, bl);
1031 ::decode(name, bl);
1032 if (struct_v < 10) {
1033 ::decode(explicit_placement.data_pool.name, bl);
1034 }
1035 if (struct_v >= 2) {
1036 ::decode(marker, bl);
1037 if (struct_v <= 3) {
1038 uint64_t id;
1039 ::decode(id, bl);
1040 char buf[16];
1041 snprintf(buf, sizeof(buf), "%llu", (long long)id);
1042 bucket_id = buf;
1043 } else {
1044 ::decode(bucket_id, bl);
1045 }
1046 }
1047 if (struct_v < 10) {
1048 if (struct_v >= 5) {
1049 ::decode(explicit_placement.index_pool.name, bl);
1050 } else {
1051 explicit_placement.index_pool = explicit_placement.data_pool;
1052 }
1053 if (struct_v >= 7) {
1054 ::decode(explicit_placement.data_extra_pool.name, bl);
1055 }
1056 }
1057 if (struct_v >= 8) {
1058 ::decode(tenant, bl);
1059 }
1060 if (struct_v >= 10) {
1061 bool decode_explicit = !explicit_placement.data_pool.empty();
1062 ::decode(decode_explicit, bl);
1063 if (decode_explicit) {
1064 ::decode(explicit_placement.data_pool, bl);
1065 ::decode(explicit_placement.data_extra_pool, bl);
1066 ::decode(explicit_placement.index_pool, bl);
1067 }
1068 }
1069 DECODE_FINISH(bl);
1070 }
1071
1072 void update_bucket_id(const string& new_bucket_id) {
1073 bucket_id = new_bucket_id;
1074 oid.clear();
1075 }
1076
1077 // format a key for the bucket/instance. pass delim=0 to skip a field
1078 std::string get_key(char tenant_delim = '/',
1079 char id_delim = ':') const;
1080
1081 const rgw_pool& get_data_extra_pool() const {
1082 return explicit_placement.get_data_extra_pool();
1083 }
1084
1085 void dump(Formatter *f) const;
1086 void decode_json(JSONObj *obj);
1087 static void generate_test_instances(list<rgw_bucket*>& o);
1088
1089 rgw_bucket& operator=(const rgw_bucket&) = default;
1090
1091 bool operator<(const rgw_bucket& b) const {
1092 return name.compare(b.name) < 0;
1093 }
1094 bool operator==(const rgw_bucket& b) const {
1095 return (name == b.name) && (bucket_id == b.bucket_id);
1096 }
1097 };
1098 WRITE_CLASS_ENCODER(rgw_bucket)
1099
1100 inline ostream& operator<<(ostream& out, const rgw_bucket &b) {
1101 out << b.name << "[" << b.marker << "])";
1102 return out;
1103 }
1104
1105 struct rgw_bucket_shard {
1106 rgw_bucket bucket;
1107 int shard_id;
1108
1109 rgw_bucket_shard() : shard_id(-1) {}
1110 rgw_bucket_shard(const rgw_bucket& _b, int _sid) : bucket(_b), shard_id(_sid) {}
1111
1112 std::string get_key(char tenant_delim = '/', char id_delim = ':',
1113 char shard_delim = ':') const;
1114
1115 bool operator<(const rgw_bucket_shard& b) const {
1116 if (bucket < b.bucket) {
1117 return true;
1118 }
1119 if (b.bucket < bucket) {
1120 return false;
1121 }
1122 return shard_id < b.shard_id;
1123 }
1124 };
1125
1126
1127 struct RGWObjVersionTracker {
1128 obj_version read_version;
1129 obj_version write_version;
1130
1131 obj_version *version_for_read() {
1132 return &read_version;
1133 }
1134
1135 obj_version *version_for_write() {
1136 if (write_version.ver == 0)
1137 return NULL;
1138
1139 return &write_version;
1140 }
1141
1142 obj_version *version_for_check() {
1143 if (read_version.ver == 0)
1144 return NULL;
1145
1146 return &read_version;
1147 }
1148
1149 void prepare_op_for_read(librados::ObjectReadOperation *op);
1150 void prepare_op_for_write(librados::ObjectWriteOperation *op);
1151
1152 void apply_write() {
1153 read_version = write_version;
1154 write_version = obj_version();
1155 }
1156
1157 void clear() {
1158 read_version = obj_version();
1159 write_version = obj_version();
1160 }
1161
1162 void generate_new_write_ver(CephContext *cct);
1163 };
1164
1165 enum RGWBucketFlags {
1166 BUCKET_SUSPENDED = 0x1,
1167 BUCKET_VERSIONED = 0x2,
1168 BUCKET_VERSIONS_SUSPENDED = 0x4,
1169 BUCKET_DATASYNC_DISABLED = 0X8,
1170 };
1171
1172 enum RGWBucketIndexType {
1173 RGWBIType_Normal = 0,
1174 RGWBIType_Indexless = 1,
1175 };
1176
1177 inline ostream& operator<<(ostream& out, const RGWBucketIndexType &index_type)
1178 {
1179 switch (index_type) {
1180 case RGWBIType_Normal:
1181 return out << "Normal";
1182 case RGWBIType_Indexless:
1183 return out << "Indexless";
1184 default:
1185 return out << "Unknown";
1186 }
1187 }
1188
1189 struct RGWBucketInfo
1190 {
1191 enum BIShardsHashType {
1192 MOD = 0
1193 };
1194
1195 rgw_bucket bucket;
1196 rgw_user owner;
1197 uint32_t flags;
1198 string zonegroup;
1199 ceph::real_time creation_time;
1200 string placement_rule;
1201 bool has_instance_obj;
1202 RGWObjVersionTracker objv_tracker; /* we don't need to serialize this, for runtime tracking */
1203 obj_version ep_objv; /* entry point object version, for runtime tracking only */
1204 RGWQuotaInfo quota;
1205
1206 // Represents the number of bucket index object shards:
1207 // - value of 0 indicates there is no sharding (this is by default before this
1208 // feature is implemented).
1209 // - value of UINT32_T::MAX indicates this is a blind bucket.
1210 uint32_t num_shards;
1211
1212 // Represents the bucket index shard hash type.
1213 uint8_t bucket_index_shard_hash_type;
1214
1215 // Represents the shard number for blind bucket.
1216 const static uint32_t NUM_SHARDS_BLIND_BUCKET;
1217
1218 bool requester_pays;
1219
1220 bool has_website;
1221 RGWBucketWebsiteConf website_conf;
1222
1223 RGWBucketIndexType index_type;
1224
1225 bool swift_versioning;
1226 string swift_ver_location;
1227
1228 map<string, uint32_t> mdsearch_config;
1229
1230 /* resharding */
1231 uint8_t reshard_status;
1232 string new_bucket_instance_id;
1233
1234 void encode(bufferlist& bl) const {
1235 ENCODE_START(19, 4, bl);
1236 ::encode(bucket, bl);
1237 ::encode(owner.id, bl);
1238 ::encode(flags, bl);
1239 ::encode(zonegroup, bl);
1240 uint64_t ct = real_clock::to_time_t(creation_time);
1241 ::encode(ct, bl);
1242 ::encode(placement_rule, bl);
1243 ::encode(has_instance_obj, bl);
1244 ::encode(quota, bl);
1245 ::encode(num_shards, bl);
1246 ::encode(bucket_index_shard_hash_type, bl);
1247 ::encode(requester_pays, bl);
1248 ::encode(owner.tenant, bl);
1249 ::encode(has_website, bl);
1250 if (has_website) {
1251 ::encode(website_conf, bl);
1252 }
1253 ::encode((uint32_t)index_type, bl);
1254 ::encode(swift_versioning, bl);
1255 if (swift_versioning) {
1256 ::encode(swift_ver_location, bl);
1257 }
1258 ::encode(creation_time, bl);
1259 ::encode(mdsearch_config, bl);
1260 ::encode(reshard_status, bl);
1261 ::encode(new_bucket_instance_id, bl);
1262 ENCODE_FINISH(bl);
1263 }
1264 void decode(bufferlist::iterator& bl) {
1265 DECODE_START_LEGACY_COMPAT_LEN_32(19, 4, 4, bl);
1266 ::decode(bucket, bl);
1267 if (struct_v >= 2) {
1268 string s;
1269 ::decode(s, bl);
1270 owner.from_str(s);
1271 }
1272 if (struct_v >= 3)
1273 ::decode(flags, bl);
1274 if (struct_v >= 5)
1275 ::decode(zonegroup, bl);
1276 if (struct_v >= 6) {
1277 uint64_t ct;
1278 ::decode(ct, bl);
1279 if (struct_v < 17)
1280 creation_time = ceph::real_clock::from_time_t((time_t)ct);
1281 }
1282 if (struct_v >= 7)
1283 ::decode(placement_rule, bl);
1284 if (struct_v >= 8)
1285 ::decode(has_instance_obj, bl);
1286 if (struct_v >= 9)
1287 ::decode(quota, bl);
1288 if (struct_v >= 10)
1289 ::decode(num_shards, bl);
1290 if (struct_v >= 11)
1291 ::decode(bucket_index_shard_hash_type, bl);
1292 if (struct_v >= 12)
1293 ::decode(requester_pays, bl);
1294 if (struct_v >= 13)
1295 ::decode(owner.tenant, bl);
1296 if (struct_v >= 14) {
1297 ::decode(has_website, bl);
1298 if (has_website) {
1299 ::decode(website_conf, bl);
1300 } else {
1301 website_conf = RGWBucketWebsiteConf();
1302 }
1303 }
1304 if (struct_v >= 15) {
1305 uint32_t it;
1306 ::decode(it, bl);
1307 index_type = (RGWBucketIndexType)it;
1308 } else {
1309 index_type = RGWBIType_Normal;
1310 }
1311 swift_versioning = false;
1312 swift_ver_location.clear();
1313 if (struct_v >= 16) {
1314 ::decode(swift_versioning, bl);
1315 if (swift_versioning) {
1316 ::decode(swift_ver_location, bl);
1317 }
1318 }
1319 if (struct_v >= 17) {
1320 ::decode(creation_time, bl);
1321 }
1322 if (struct_v >= 18) {
1323 ::decode(mdsearch_config, bl);
1324 }
1325 if (struct_v >= 19) {
1326 ::decode(reshard_status, bl);
1327 ::decode(new_bucket_instance_id, bl);
1328 }
1329 DECODE_FINISH(bl);
1330 }
1331 void dump(Formatter *f) const;
1332 static void generate_test_instances(list<RGWBucketInfo*>& o);
1333
1334 void decode_json(JSONObj *obj);
1335
1336 bool versioned() const { return (flags & BUCKET_VERSIONED) != 0; }
1337 int versioning_status() { return flags & (BUCKET_VERSIONED | BUCKET_VERSIONS_SUSPENDED); }
1338 bool versioning_enabled() { return versioning_status() == BUCKET_VERSIONED; }
1339 bool datasync_flag_enabled() const { return (flags & BUCKET_DATASYNC_DISABLED) == 0; }
1340
1341 bool has_swift_versioning() const {
1342 /* A bucket may be versioned through one mechanism only. */
1343 return swift_versioning && !versioned();
1344 }
1345
1346 RGWBucketInfo() : flags(0), has_instance_obj(false), num_shards(0), bucket_index_shard_hash_type(MOD), requester_pays(false),
1347 has_website(false), swift_versioning(false), reshard_status(0) {}
1348 };
1349 WRITE_CLASS_ENCODER(RGWBucketInfo)
1350
1351 struct RGWBucketEntryPoint
1352 {
1353 rgw_bucket bucket;
1354 rgw_user owner;
1355 ceph::real_time creation_time;
1356 bool linked;
1357
1358 bool has_bucket_info;
1359 RGWBucketInfo old_bucket_info;
1360
1361 RGWBucketEntryPoint() : linked(false), has_bucket_info(false) {}
1362
1363 void encode(bufferlist& bl) const {
1364 ENCODE_START(10, 8, bl);
1365 ::encode(bucket, bl);
1366 ::encode(owner.id, bl);
1367 ::encode(linked, bl);
1368 uint64_t ctime = (uint64_t)real_clock::to_time_t(creation_time);
1369 ::encode(ctime, bl);
1370 ::encode(owner, bl);
1371 ::encode(creation_time, bl);
1372 ENCODE_FINISH(bl);
1373 }
1374 void decode(bufferlist::iterator& bl) {
1375 bufferlist::iterator orig_iter = bl;
1376 DECODE_START_LEGACY_COMPAT_LEN_32(10, 4, 4, bl);
1377 if (struct_v < 8) {
1378 /* ouch, old entry, contains the bucket info itself */
1379 old_bucket_info.decode(orig_iter);
1380 has_bucket_info = true;
1381 return;
1382 }
1383 has_bucket_info = false;
1384 ::decode(bucket, bl);
1385 ::decode(owner.id, bl);
1386 ::decode(linked, bl);
1387 uint64_t ctime;
1388 ::decode(ctime, bl);
1389 if (struct_v < 10) {
1390 creation_time = real_clock::from_time_t((time_t)ctime);
1391 }
1392 if (struct_v >= 9) {
1393 ::decode(owner, bl);
1394 }
1395 if (struct_v >= 10) {
1396 ::decode(creation_time, bl);
1397 }
1398 DECODE_FINISH(bl);
1399 }
1400
1401 void dump(Formatter *f) const;
1402 void decode_json(JSONObj *obj);
1403 };
1404 WRITE_CLASS_ENCODER(RGWBucketEntryPoint)
1405
1406 struct RGWStorageStats
1407 {
1408 RGWObjCategory category;
1409 uint64_t size;
1410 uint64_t size_rounded;
1411 uint64_t size_utilized{0}; //< size after compression, encryption
1412 uint64_t num_objects;
1413
1414 RGWStorageStats()
1415 : category(RGW_OBJ_CATEGORY_NONE),
1416 size(0),
1417 size_rounded(0),
1418 num_objects(0) {}
1419
1420 void dump(Formatter *f) const;
1421 };
1422
1423 class RGWEnv;
1424
1425 /* Namespaced forward declarations. */
1426 namespace rgw {
1427 namespace auth {
1428 namespace s3 {
1429 class AWSBrowserUploadAbstractor;
1430 }
1431 class Completer;
1432 }
1433 namespace io {
1434 class BasicClient;
1435 }
1436 }
1437
1438
1439 struct req_info {
1440 const RGWEnv *env;
1441 RGWHTTPArgs args;
1442 map<string, string> x_meta_map;
1443
1444 string host;
1445 const char *method;
1446 string script_uri;
1447 string request_uri;
1448 string request_uri_aws4;
1449 string effective_uri;
1450 string request_params;
1451 string domain;
1452
1453 req_info(CephContext *cct, const RGWEnv *env);
1454 void rebuild_from(req_info& src);
1455 void init_meta_info(bool *found_bad_meta);
1456 };
1457
1458 typedef cls_rgw_obj_key rgw_obj_index_key;
1459
1460 struct rgw_obj_key {
1461 string name;
1462 string instance;
1463 string ns;
1464
1465 rgw_obj_key() {}
1466 // cppcheck-suppress noExplicitConstructor
1467 rgw_obj_key(const string& n) : name(n) {}
1468 rgw_obj_key(const string& n, const string& i) : name(n), instance(i) {}
1469 rgw_obj_key(const string& n, const string& i, const string& _ns) : name(n), instance(i), ns(_ns) {}
1470
1471 rgw_obj_key(const rgw_obj_index_key& k) {
1472 parse_index_key(k.name, &name, &ns);
1473 instance = k.instance;
1474 }
1475
1476 static void parse_index_key(const string& key, string *name, string *ns) {
1477 if (key[0] != '_') {
1478 *name = key;
1479 ns->clear();
1480 return;
1481 }
1482 if (key[1] == '_') {
1483 *name = key.substr(1);
1484 ns->clear();
1485 return;
1486 }
1487 ssize_t pos = key.find('_', 1);
1488 if (pos < 0) {
1489 /* shouldn't happen, just use key */
1490 *name = key;
1491 ns->clear();
1492 return;
1493 }
1494
1495 *name = key.substr(pos + 1);
1496 *ns = key.substr(1, pos -1);
1497 }
1498
1499 void set(const string& n) {
1500 name = n;
1501 instance.clear();
1502 ns.clear();
1503 }
1504
1505 void set(const string& n, const string& i) {
1506 name = n;
1507 instance = i;
1508 ns.clear();
1509 }
1510
1511 void set(const string& n, const string& i, const string& _ns) {
1512 name = n;
1513 instance = i;
1514 ns = _ns;
1515 }
1516
1517 bool set(const rgw_obj_index_key& index_key) {
1518 if (!parse_raw_oid(index_key.name, this)) {
1519 return false;
1520 }
1521 instance = index_key.instance;
1522 return true;
1523 }
1524
1525 void set_instance(const string& i) {
1526 instance = i;
1527 }
1528
1529 string get_index_key_name() const {
1530 if (ns.empty()) {
1531 if (name.size() < 1 || name[0] != '_') {
1532 return name;
1533 }
1534 return string("_") + name;
1535 };
1536
1537 char buf[ns.size() + 16];
1538 snprintf(buf, sizeof(buf), "_%s_", ns.c_str());
1539 return string(buf) + name;
1540 };
1541
1542 void get_index_key(rgw_obj_index_key *key) const {
1543 key->name = get_index_key_name();
1544 key->instance = instance;
1545 }
1546
1547 string get_loc() const {
1548 /*
1549 * For backward compatibility. Older versions used to have object locator on all objects,
1550 * however, the name was the effective object locator. This had the same effect as not
1551 * having object locator at all for most objects but the ones that started with underscore as
1552 * these were escaped.
1553 */
1554 if (name[0] == '_' && ns.empty()) {
1555 return name;
1556 }
1557
1558 return string();
1559 }
1560
1561 bool empty() const {
1562 return name.empty();
1563 }
1564
1565 bool have_null_instance() const {
1566 return instance == "null";
1567 }
1568
1569 bool have_instance() const {
1570 return !instance.empty();
1571 }
1572
1573 bool need_to_encode_instance() const {
1574 return have_instance() && !have_null_instance();
1575 }
1576
1577 string get_oid() const {
1578 if (ns.empty() && !need_to_encode_instance()) {
1579 if (name.size() < 1 || name[0] != '_') {
1580 return name;
1581 }
1582 return string("_") + name;
1583 }
1584
1585 string oid = "_";
1586 oid.append(ns);
1587 if (need_to_encode_instance()) {
1588 oid.append(string(":") + instance);
1589 }
1590 oid.append("_");
1591 oid.append(name);
1592 return oid;
1593 }
1594
1595 bool operator==(const rgw_obj_key& k) const {
1596 return (name.compare(k.name) == 0) &&
1597 (instance.compare(k.instance) == 0);
1598 }
1599
1600 bool operator<(const rgw_obj_key& k) const {
1601 int r = name.compare(k.name);
1602 if (r == 0) {
1603 r = instance.compare(k.instance);
1604 }
1605 return (r < 0);
1606 }
1607
1608 bool operator<=(const rgw_obj_key& k) const {
1609 return !(k < *this);
1610 }
1611
1612 static void parse_ns_field(string& ns, string& instance) {
1613 int pos = ns.find(':');
1614 if (pos >= 0) {
1615 instance = ns.substr(pos + 1);
1616 ns = ns.substr(0, pos);
1617 } else {
1618 instance.clear();
1619 }
1620 }
1621
1622 static bool parse_raw_oid(const string& oid, rgw_obj_key *key) {
1623 key->instance.clear();
1624 key->ns.clear();
1625 if (oid[0] != '_') {
1626 key->name = oid;
1627 return true;
1628 }
1629
1630 if (oid.size() >= 2 && oid[1] == '_') {
1631 key->name = oid.substr(1);
1632 return true;
1633 }
1634
1635 if (oid[0] != '_' || oid.size() < 3) // for namespace, min size would be 3: _x_
1636 return false;
1637
1638 int pos = oid.find('_', 1);
1639 if (pos <= 1) // if it starts with __, it's not in our namespace
1640 return false;
1641
1642 key->ns = oid.substr(1, pos - 1);
1643 parse_ns_field(key->ns, key->instance);
1644
1645 key->name = oid.substr(pos + 1);
1646 return true;
1647 }
1648
1649 /**
1650 * Translate a namespace-mangled object name to the user-facing name
1651 * existing in the given namespace.
1652 *
1653 * If the object is part of the given namespace, it returns true
1654 * and cuts down the name to the unmangled version. If it is not
1655 * part of the given namespace, it returns false.
1656 */
1657 static bool oid_to_key_in_ns(const string& oid, rgw_obj_key *key, const string& ns) {
1658 bool ret = parse_raw_oid(oid, key);
1659 if (!ret) {
1660 return ret;
1661 }
1662
1663 return (ns == key->ns);
1664 }
1665
1666 /**
1667 * Given a mangled object name and an empty namespace string, this
1668 * function extracts the namespace into the string and sets the object
1669 * name to be the unmangled version.
1670 *
1671 * It returns true after successfully doing so, or
1672 * false if it fails.
1673 */
1674 static bool strip_namespace_from_name(string& name, string& ns, string& instance) {
1675 ns.clear();
1676 instance.clear();
1677 if (name[0] != '_') {
1678 return true;
1679 }
1680
1681 size_t pos = name.find('_', 1);
1682 if (pos == string::npos) {
1683 return false;
1684 }
1685
1686 if (name[1] == '_') {
1687 name = name.substr(1);
1688 return true;
1689 }
1690
1691 size_t period_pos = name.find('.');
1692 if (period_pos < pos) {
1693 return false;
1694 }
1695
1696 ns = name.substr(1, pos-1);
1697 name = name.substr(pos+1, string::npos);
1698
1699 parse_ns_field(ns, instance);
1700 return true;
1701 }
1702
1703 void encode(bufferlist& bl) const {
1704 ENCODE_START(2, 1, bl);
1705 ::encode(name, bl);
1706 ::encode(instance, bl);
1707 ::encode(ns, bl);
1708 ENCODE_FINISH(bl);
1709 }
1710 void decode(bufferlist::iterator& bl) {
1711 DECODE_START(2, bl);
1712 ::decode(name, bl);
1713 ::decode(instance, bl);
1714 if (struct_v >= 2) {
1715 ::decode(ns, bl);
1716 }
1717 DECODE_FINISH(bl);
1718 }
1719 void dump(Formatter *f) const;
1720 void decode_json(JSONObj *obj);
1721 };
1722 WRITE_CLASS_ENCODER(rgw_obj_key)
1723
1724 inline ostream& operator<<(ostream& out, const rgw_obj_key &o) {
1725 if (o.instance.empty()) {
1726 return out << o.name;
1727 } else {
1728 return out << o.name << "[" << o.instance << "]";
1729 }
1730 }
1731
1732 inline ostream& operator<<(ostream& out, const rgw_obj_index_key &o) {
1733 if (o.instance.empty()) {
1734 return out << o.name;
1735 } else {
1736 return out << o.name << "[" << o.instance << "]";
1737 }
1738 }
1739
1740 struct req_init_state {
1741 /* Keeps [[tenant]:]bucket until we parse the token. */
1742 string url_bucket;
1743 string src_bucket;
1744 };
1745
1746 /* XXX why don't RGWRequest (or descendants) hold this state? */
1747 class RGWRequest;
1748
1749 #include "rgw_auth.h"
1750
1751 /** Store all the state necessary to complete and respond to an HTTP request*/
1752 struct req_state {
1753 CephContext *cct;
1754 rgw::io::BasicClient *cio;
1755 RGWRequest *req{nullptr}; /// XXX: re-remove??
1756 http_op op;
1757 RGWOpType op_type{};
1758 bool content_started;
1759 int format;
1760 ceph::Formatter *formatter;
1761 string decoded_uri;
1762 string relative_uri;
1763 const char *length;
1764 int64_t content_length;
1765 map<string, string> generic_attrs;
1766 rgw_err err;
1767 bool expect_cont;
1768 uint64_t obj_size;
1769 bool enable_ops_log;
1770 bool enable_usage_log;
1771 uint8_t defer_to_bucket_acls;
1772 uint32_t perm_mask;
1773
1774 /* Set once when url_bucket is parsed and not violated thereafter. */
1775 string account_name;
1776
1777 string bucket_tenant;
1778 string bucket_name;
1779
1780 rgw_bucket bucket;
1781 rgw_obj_key object;
1782 string src_tenant_name;
1783 string src_bucket_name;
1784 rgw_obj_key src_object;
1785 ACLOwner bucket_owner;
1786 ACLOwner owner;
1787
1788 string zonegroup_name;
1789 string zonegroup_endpoint;
1790 string bucket_instance_id;
1791 int bucket_instance_shard_id;
1792
1793 string redirect;
1794
1795 RGWBucketInfo bucket_info;
1796 map<string, bufferlist> bucket_attrs;
1797 bool bucket_exists;
1798
1799 bool has_bad_meta;
1800
1801 RGWUserInfo *user;
1802
1803 struct {
1804 /* TODO(rzarzynski): switch out to the static_ptr for both members. */
1805
1806 /* Object having the knowledge about an authenticated identity and allowing
1807 * to apply it during the authorization phase (verify_permission() methods
1808 * of a given RGWOp). Thus, it bounds authentication and authorization steps
1809 * through a well-defined interface. For more details, see rgw_auth.h. */
1810 std::unique_ptr<rgw::auth::Identity> identity;
1811
1812 std::shared_ptr<rgw::auth::Completer> completer;
1813
1814 /* A container for credentials of the S3's browser upload. It's necessary
1815 * because: 1) the ::authenticate() method of auth engines and strategies
1816 * take req_state only; 2) auth strategies live much longer than RGWOps -
1817 * there is no way to pass additional data dependencies through ctors. */
1818 class {
1819 /* Writer. */
1820 friend class RGWPostObj_ObjStore_S3;
1821 /* Reader. */
1822 friend class rgw::auth::s3::AWSBrowserUploadAbstractor;
1823
1824 std::string access_key;
1825 std::string signature;
1826 std::string x_amz_algorithm;
1827 std::string x_amz_credential;
1828 std::string x_amz_date;
1829 ceph::bufferlist encoded_policy;
1830 } s3_postobj_creds;
1831 } auth;
1832
1833 std::unique_ptr<RGWAccessControlPolicy> user_acl;
1834 std::unique_ptr<RGWAccessControlPolicy> bucket_acl;
1835 std::unique_ptr<RGWAccessControlPolicy> object_acl;
1836
1837 rgw::IAM::Environment env;
1838 boost::optional<rgw::IAM::Policy> iam_policy;
1839
1840 /* Is the request made by an user marked as a system one?
1841 * Being system user means we also have the admin status. */
1842 bool system_request;
1843
1844 string canned_acl;
1845 bool has_acl_header;
1846 bool local_source; /* source is local */
1847
1848 int prot_flags;
1849
1850 /* Content-Disposition override for TempURL of Swift API. */
1851 struct {
1852 string override;
1853 string fallback;
1854 } content_disp;
1855
1856 string host_id;
1857
1858 req_info info;
1859 req_init_state init_state;
1860
1861 utime_t time;
1862 void *obj_ctx;
1863 string dialect;
1864 string req_id;
1865 string trans_id;
1866
1867 req_state(CephContext* _cct, RGWEnv* e, RGWUserInfo* u);
1868 ~req_state();
1869
1870 bool is_err() const { return err.is_err(); }
1871 };
1872
1873 void set_req_state_err(struct req_state*, int);
1874 void set_req_state_err(struct req_state*, int, const string&);
1875 void set_req_state_err(struct rgw_err&, int, const int);
1876 void dump(struct req_state*);
1877
1878 /** Store basic data on bucket */
1879 struct RGWBucketEnt {
1880 rgw_bucket bucket;
1881 size_t size;
1882 size_t size_rounded;
1883 ceph::real_time creation_time;
1884 uint64_t count;
1885
1886 /* The placement_rule is necessary to calculate per-storage-policy statics
1887 * of the Swift API. Although the info available in RGWBucketInfo, we need
1888 * to duplicate it here to not affect the performance of buckets listing. */
1889 std::string placement_rule;
1890
1891 RGWBucketEnt()
1892 : size(0),
1893 size_rounded(0),
1894 count(0) {
1895 }
1896 RGWBucketEnt(const RGWBucketEnt&) = default;
1897 RGWBucketEnt(RGWBucketEnt&&) = default;
1898 explicit RGWBucketEnt(const rgw_user& u, cls_user_bucket_entry&& e)
1899 : bucket(u, std::move(e.bucket)),
1900 size(e.size),
1901 size_rounded(e.size_rounded),
1902 creation_time(e.creation_time),
1903 count(e.count) {
1904 }
1905
1906 RGWBucketEnt& operator=(const RGWBucketEnt&) = default;
1907
1908 void convert(cls_user_bucket_entry *b) const {
1909 bucket.convert(&b->bucket);
1910 b->size = size;
1911 b->size_rounded = size_rounded;
1912 b->creation_time = creation_time;
1913 b->count = count;
1914 }
1915
1916 void encode(bufferlist& bl) const {
1917 ENCODE_START(7, 5, bl);
1918 uint64_t s = size;
1919 __u32 mt = ceph::real_clock::to_time_t(creation_time);
1920 string empty_str; // originally had the bucket name here, but we encode bucket later
1921 ::encode(empty_str, bl);
1922 ::encode(s, bl);
1923 ::encode(mt, bl);
1924 ::encode(count, bl);
1925 ::encode(bucket, bl);
1926 s = size_rounded;
1927 ::encode(s, bl);
1928 ::encode(creation_time, bl);
1929 ::encode(placement_rule, bl);
1930 ENCODE_FINISH(bl);
1931 }
1932 void decode(bufferlist::iterator& bl) {
1933 DECODE_START_LEGACY_COMPAT_LEN(6, 5, 5, bl);
1934 __u32 mt;
1935 uint64_t s;
1936 string empty_str; // backward compatibility
1937 ::decode(empty_str, bl);
1938 ::decode(s, bl);
1939 ::decode(mt, bl);
1940 size = s;
1941 if (struct_v < 6) {
1942 creation_time = ceph::real_clock::from_time_t(mt);
1943 }
1944 if (struct_v >= 2)
1945 ::decode(count, bl);
1946 if (struct_v >= 3)
1947 ::decode(bucket, bl);
1948 if (struct_v >= 4)
1949 ::decode(s, bl);
1950 size_rounded = s;
1951 if (struct_v >= 6)
1952 ::decode(creation_time, bl);
1953 if (struct_v >= 7)
1954 ::decode(placement_rule, bl);
1955 DECODE_FINISH(bl);
1956 }
1957 void dump(Formatter *f) const;
1958 static void generate_test_instances(list<RGWBucketEnt*>& o);
1959 };
1960 WRITE_CLASS_ENCODER(RGWBucketEnt)
1961
1962 struct rgw_obj {
1963 rgw_bucket bucket;
1964 rgw_obj_key key;
1965
1966 bool in_extra_data{false}; /* in-memory only member, does not serialize */
1967
1968 // Represents the hash index source for this object once it is set (non-empty)
1969 std::string index_hash_source;
1970
1971 rgw_obj() {}
1972 rgw_obj(const rgw_bucket& b, const std::string& name) : bucket(b), key(name) {}
1973 rgw_obj(const rgw_bucket& b, const rgw_obj_key& k) : bucket(b), key(k) {}
1974 rgw_obj(const rgw_bucket& b, const rgw_obj_index_key& k) : bucket(b), key(k) {}
1975
1976 void init(const rgw_bucket& b, const std::string& name) {
1977 bucket = b;
1978 key.set(name);
1979 }
1980 void init(const rgw_bucket& b, const std::string& name, const string& i, const string& n) {
1981 bucket = b;
1982 key.set(name, i, n);
1983 }
1984 void init_ns(const rgw_bucket& b, const std::string& name, const string& n) {
1985 bucket = b;
1986 key.name = name;
1987 key.instance.clear();
1988 key.ns = n;
1989 }
1990
1991 bool empty() const {
1992 return key.empty();
1993 }
1994
1995 void set_key(const rgw_obj_key& k) {
1996 key = k;
1997 }
1998
1999 string get_oid() const {
2000 return key.get_oid();
2001 }
2002
2003 const string& get_hash_object() const {
2004 return index_hash_source.empty() ? key.name : index_hash_source;
2005 }
2006
2007 void set_in_extra_data(bool val) {
2008 in_extra_data = val;
2009 }
2010
2011 bool is_in_extra_data() const {
2012 return in_extra_data;
2013 }
2014
2015 void encode(bufferlist& bl) const {
2016 ENCODE_START(6, 6, bl);
2017 ::encode(bucket, bl);
2018 ::encode(key.ns, bl);
2019 ::encode(key.name, bl);
2020 ::encode(key.instance, bl);
2021 // ::encode(placement_id, bl);
2022 ENCODE_FINISH(bl);
2023 }
2024 void decode(bufferlist::iterator& bl) {
2025 DECODE_START_LEGACY_COMPAT_LEN(6, 3, 3, bl);
2026 if (struct_v < 6) {
2027 string s;
2028 ::decode(bucket.name, bl); /* bucket.name */
2029 ::decode(s, bl); /* loc */
2030 ::decode(key.ns, bl);
2031 ::decode(key.name, bl);
2032 if (struct_v >= 2)
2033 ::decode(bucket, bl);
2034 if (struct_v >= 4)
2035 ::decode(key.instance, bl);
2036 if (key.ns.empty() && key.instance.empty()) {
2037 if (key.name[0] == '_') {
2038 key.name = key.name.substr(1);
2039 }
2040 } else {
2041 if (struct_v >= 5) {
2042 ::decode(key.name, bl);
2043 } else {
2044 ssize_t pos = key.name.find('_', 1);
2045 if (pos < 0) {
2046 throw buffer::error();
2047 }
2048 key.name = key.name.substr(pos);
2049 }
2050 }
2051 } else {
2052 ::decode(bucket, bl);
2053 ::decode(key.ns, bl);
2054 ::decode(key.name, bl);
2055 ::decode(key.instance, bl);
2056 // ::decode(placement_id, bl);
2057 }
2058 DECODE_FINISH(bl);
2059 }
2060 void dump(Formatter *f) const;
2061 static void generate_test_instances(list<rgw_obj*>& o);
2062
2063 bool operator==(const rgw_obj& o) const {
2064 return (key == o.key) &&
2065 (bucket == o.bucket);
2066 }
2067 bool operator<(const rgw_obj& o) const {
2068 int r = key.name.compare(o.key.name);
2069 if (r == 0) {
2070 r = bucket.bucket_id.compare(o.bucket.bucket_id); /* not comparing bucket.name, if bucket_id is equal so will be bucket.name */
2071 if (r == 0) {
2072 r = key.ns.compare(o.key.ns);
2073 if (r == 0) {
2074 r = key.instance.compare(o.key.instance);
2075 }
2076 }
2077 }
2078
2079 return (r < 0);
2080 }
2081
2082 const rgw_pool& get_explicit_data_pool() {
2083 if (!in_extra_data || bucket.explicit_placement.data_extra_pool.empty()) {
2084 return bucket.explicit_placement.data_pool;
2085 }
2086 return bucket.explicit_placement.data_extra_pool;
2087 }
2088 };
2089 WRITE_CLASS_ENCODER(rgw_obj)
2090
2091 struct rgw_cache_entry_info {
2092 string cache_locator;
2093 uint64_t gen;
2094
2095 rgw_cache_entry_info() : gen(0) {}
2096 };
2097
2098 inline ostream& operator<<(ostream& out, const rgw_obj &o) {
2099 return out << o.bucket.name << ":" << o.get_oid();
2100 }
2101
2102 static inline void buf_to_hex(const unsigned char* const buf,
2103 const size_t len,
2104 char* const str)
2105 {
2106 str[0] = '\0';
2107 for (size_t i = 0; i < len; i++) {
2108 ::sprintf(&str[i*2], "%02x", static_cast<int>(buf[i]));
2109 }
2110 }
2111
2112 template<size_t N> static inline std::array<char, N * 2 + 1>
2113 buf_to_hex(const std::array<unsigned char, N>& buf)
2114 {
2115 static_assert(N > 0, "The input array must be at least one element long");
2116
2117 std::array<char, N * 2 + 1> hex_dest;
2118 buf_to_hex(buf.data(), N, hex_dest.data());
2119 return hex_dest;
2120 }
2121
2122 static inline int hexdigit(char c)
2123 {
2124 if (c >= '0' && c <= '9')
2125 return (c - '0');
2126 c = toupper(c);
2127 if (c >= 'A' && c <= 'F')
2128 return c - 'A' + 0xa;
2129 return -EINVAL;
2130 }
2131
2132 static inline int hex_to_buf(const char *hex, char *buf, int len)
2133 {
2134 int i = 0;
2135 const char *p = hex;
2136 while (*p) {
2137 if (i >= len)
2138 return -EINVAL;
2139 buf[i] = 0;
2140 int d = hexdigit(*p);
2141 if (d < 0)
2142 return d;
2143 buf[i] = d << 4;
2144 p++;
2145 if (!*p)
2146 return -EINVAL;
2147 d = hexdigit(*p);
2148 if (d < 0)
2149 return d;
2150 buf[i] += d;
2151 i++;
2152 p++;
2153 }
2154 return i;
2155 }
2156
2157 static inline int rgw_str_to_bool(const char *s, int def_val)
2158 {
2159 if (!s)
2160 return def_val;
2161
2162 return (strcasecmp(s, "on") == 0 ||
2163 strcasecmp(s, "yes") == 0 ||
2164 strcasecmp(s, "1") == 0);
2165 }
2166
2167 static inline void append_rand_alpha(CephContext *cct, const string& src, string& dest, int len)
2168 {
2169 dest = src;
2170 char buf[len + 1];
2171 gen_rand_alphanumeric(cct, buf, len);
2172 dest.append("_");
2173 dest.append(buf);
2174 }
2175
2176 static inline const char *rgw_obj_category_name(RGWObjCategory category)
2177 {
2178 switch (category) {
2179 case RGW_OBJ_CATEGORY_NONE:
2180 return "rgw.none";
2181 case RGW_OBJ_CATEGORY_MAIN:
2182 return "rgw.main";
2183 case RGW_OBJ_CATEGORY_SHADOW:
2184 return "rgw.shadow";
2185 case RGW_OBJ_CATEGORY_MULTIMETA:
2186 return "rgw.multimeta";
2187 }
2188
2189 return "unknown";
2190 }
2191
2192 static inline uint64_t rgw_rounded_kb(uint64_t bytes)
2193 {
2194 return (bytes + 1023) / 1024;
2195 }
2196
2197 static inline uint64_t rgw_rounded_objsize(uint64_t bytes)
2198 {
2199 return ((bytes + 4095) & ~4095);
2200 }
2201
2202 static inline uint64_t rgw_rounded_objsize_kb(uint64_t bytes)
2203 {
2204 return ((bytes + 4095) & ~4095) / 1024;
2205 }
2206
2207 extern string rgw_string_unquote(const string& s);
2208 extern void parse_csv_string(const string& ival, vector<string>& ovals);
2209 extern int parse_key_value(string& in_str, string& key, string& val);
2210 extern int parse_key_value(string& in_str, const char *delim, string& key, string& val);
2211
2212 extern boost::optional<std::pair<boost::string_view, boost::string_view>>
2213 parse_key_value(const boost::string_view& in_str,
2214 const boost::string_view& delim);
2215 extern boost::optional<std::pair<boost::string_view, boost::string_view>>
2216 parse_key_value(const boost::string_view& in_str);
2217
2218
2219 /** time parsing */
2220 extern int parse_time(const char *time_str, real_time *time);
2221 extern bool parse_rfc2616(const char *s, struct tm *t);
2222 extern bool parse_iso8601(const char *s, struct tm *t, uint32_t *pns = NULL, bool extended_format = true);
2223 extern string rgw_trim_whitespace(const string& src);
2224 extern boost::string_view rgw_trim_whitespace(const boost::string_view& src);
2225 extern string rgw_trim_quotes(const string& val);
2226
2227 extern void rgw_to_iso8601(const real_time& t, char *dest, int buf_size);
2228 extern void rgw_to_iso8601(const real_time& t, string *dest);
2229 extern std::string rgw_to_asctime(const utime_t& t);
2230
2231 /** Check if the req_state's user has the necessary permissions
2232 * to do the requested action */
2233 bool verify_user_permission(struct req_state * const s,
2234 RGWAccessControlPolicy * const user_acl,
2235 const int perm);
2236 bool verify_user_permission(struct req_state * const s,
2237 const int perm);
2238 bool verify_bucket_permission(
2239 struct req_state * const s,
2240 const rgw_bucket& bucket,
2241 RGWAccessControlPolicy * const user_acl,
2242 RGWAccessControlPolicy * const bucket_acl,
2243 const boost::optional<rgw::IAM::Policy>& bucket_policy,
2244 const uint64_t op);
2245 bool verify_bucket_permission(struct req_state * const s, const uint64_t op);
2246 bool verify_bucket_permission_no_policy(
2247 struct req_state * const s,
2248 RGWAccessControlPolicy * const user_acl,
2249 RGWAccessControlPolicy * const bucket_acl,
2250 const int perm);
2251 bool verify_bucket_permission_no_policy(struct req_state * const s,
2252 const int perm);
2253 int verify_bucket_owner_or_policy(struct req_state* const s,
2254 const uint64_t op);
2255 extern bool verify_object_permission(
2256 struct req_state * const s,
2257 const rgw_obj& obj,
2258 RGWAccessControlPolicy * const user_acl,
2259 RGWAccessControlPolicy * const bucket_acl,
2260 RGWAccessControlPolicy * const object_acl,
2261 const boost::optional<rgw::IAM::Policy>& bucket_policy,
2262 const uint64_t op);
2263 extern bool verify_object_permission(struct req_state *s, uint64_t op);
2264 extern bool verify_object_permission_no_policy(
2265 struct req_state * const s,
2266 RGWAccessControlPolicy * const user_acl,
2267 RGWAccessControlPolicy * const bucket_acl,
2268 RGWAccessControlPolicy * const object_acl,
2269 int perm);
2270 extern bool verify_object_permission_no_policy(struct req_state *s,
2271 int perm);
2272 /** Convert an input URL into a sane object name
2273 * by converting %-escaped strings into characters, etc*/
2274 extern void rgw_uri_escape_char(char c, string& dst);
2275 extern std::string url_decode(const boost::string_view& src_str,
2276 bool in_query = false);
2277 extern void url_encode(const std::string& src,
2278 string& dst);
2279 extern std::string url_encode(const std::string& src);
2280 /* destination should be CEPH_CRYPTO_HMACSHA1_DIGESTSIZE bytes long */
2281 extern void calc_hmac_sha1(const char *key, int key_len,
2282 const char *msg, int msg_len, char *dest);
2283
2284 using sha1_digest_t = \
2285 std::array<char, CEPH_CRYPTO_HMACSHA1_DIGESTSIZE>;
2286
2287 static inline sha1_digest_t
2288 calc_hmac_sha1(const boost::string_view& key, const boost::string_view& msg) {
2289 sha1_digest_t dest;
2290 calc_hmac_sha1(key.data(), key.size(), msg.data(), msg.size(), dest.data());
2291 return dest;
2292 }
2293
2294 /* destination should be CEPH_CRYPTO_HMACSHA256_DIGESTSIZE bytes long */
2295 extern void calc_hmac_sha256(const char *key, int key_len,
2296 const char *msg, int msg_len,
2297 char *dest);
2298
2299 using sha256_digest_t = \
2300 std::array<unsigned char, CEPH_CRYPTO_HMACSHA256_DIGESTSIZE>;
2301
2302 static inline sha256_digest_t
2303 calc_hmac_sha256(const char *key, const int key_len,
2304 const char *msg, const int msg_len) {
2305 std::array<unsigned char, CEPH_CRYPTO_HMACSHA256_DIGESTSIZE> dest;
2306 calc_hmac_sha256(key, key_len, msg, msg_len,
2307 reinterpret_cast<char*>(dest.data()));
2308 return dest;
2309 }
2310
2311 static inline sha256_digest_t
2312 calc_hmac_sha256(const boost::string_view& key, const boost::string_view& msg) {
2313 std::array<unsigned char, CEPH_CRYPTO_HMACSHA256_DIGESTSIZE> dest;
2314 calc_hmac_sha256(key.data(), key.size(),
2315 msg.data(), msg.size(),
2316 reinterpret_cast<char*>(dest.data()));
2317 return dest;
2318 }
2319
2320 static inline sha256_digest_t
2321 calc_hmac_sha256(const std::vector<unsigned char>& key,
2322 const boost::string_view& msg) {
2323 std::array<unsigned char, CEPH_CRYPTO_HMACSHA256_DIGESTSIZE> dest;
2324 calc_hmac_sha256(reinterpret_cast<const char*>(key.data()), key.size(),
2325 msg.data(), msg.size(),
2326 reinterpret_cast<char*>(dest.data()));
2327 return dest;
2328 }
2329
2330 template<size_t KeyLenN>
2331 static inline sha256_digest_t
2332 calc_hmac_sha256(const std::array<unsigned char, KeyLenN>& key,
2333 const boost::string_view& msg) {
2334 std::array<unsigned char, CEPH_CRYPTO_HMACSHA256_DIGESTSIZE> dest;
2335 calc_hmac_sha256(reinterpret_cast<const char*>(key.data()), key.size(),
2336 msg.data(), msg.size(),
2337 reinterpret_cast<char*>(dest.data()));
2338 return dest;
2339 }
2340
2341 extern sha256_digest_t calc_hash_sha256(const boost::string_view& msg);
2342
2343 extern ceph::crypto::SHA256* calc_hash_sha256_open_stream();
2344 extern void calc_hash_sha256_update_stream(ceph::crypto::SHA256* hash,
2345 const char* msg,
2346 int len);
2347 extern std::string calc_hash_sha256_close_stream(ceph::crypto::SHA256** phash);
2348 extern std::string calc_hash_sha256_restart_stream(ceph::crypto::SHA256** phash);
2349
2350 extern int rgw_parse_op_type_list(const string& str, uint32_t *perm);
2351
2352 static constexpr uint32_t MATCH_POLICY_ACTION = 0x01;
2353 static constexpr uint32_t MATCH_POLICY_RESOURCE = 0x02;
2354 static constexpr uint32_t MATCH_POLICY_ARN = 0x04;
2355 static constexpr uint32_t MATCH_POLICY_STRING = 0x08;
2356
2357 extern bool match_policy(boost::string_view pattern, boost::string_view input,
2358 uint32_t flag);
2359
2360 #endif