Droplet
Droplet copied to clipboard
Prototype mismatch in droplet/backend.h
dpl_list_bucket() takes a char **locatorp We should have the same proto in rest.c, etc.
No, it doesn't. That function's signature is
dpl_status_t dpl_list_bucket(dpl_ctx_t _ctx, const char *bucket, const char *prefix, const char *delimiter, const int max_keys, dpl_vec_t *_objectsp, dpl_vec_t **common_prefixesp)
This issue looks like it could be closed.