int64_t max_size = -1;
int64_t max_read_ops = 0;
int64_t max_write_ops = 0;
+ int64_t max_list_ops = 0;
+ int64_t max_delete_ops = 0;
int64_t max_read_bytes = 0;
int64_t max_write_bytes = 0;
+ uint32_t max_bucket_index_ops = 0;
+ uint32_t max_metadata_ops = 0;
bool have_max_objects = false;
bool have_max_size = false;
bool have_max_write_ops = false;
bool have_max_read_ops = false;
+ bool have_max_list_ops = false;
+ bool have_max_delete_ops = false;
bool have_max_write_bytes = false;
bool have_max_read_bytes = false;
+ bool have_max_bucket_index_ops = false;
+ bool have_max_metadata_ops = false;
int include_all = false;
int allow_unordered = false;