| 
| dpl_task_t *  | dpl_list_all_my_buckets_async_prepare (dpl_ctx_t *ctx) | 
|   | list all buckets  More...
  | 
|   | 
| dpl_task_t *  | dpl_list_bucket_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *prefix, const char *delimiter) | 
|   | list bucket or directory  More...
  | 
|   | 
| dpl_task_t *  | dpl_make_bucket_async_prepare (dpl_ctx_t *ctx, const char *bucket, dpl_location_constraint_t location_constraint, dpl_canned_acl_t canned_acl) | 
|   | make a bucket  More...
  | 
|   | 
| dpl_task_t *  | dpl_delete_bucket_prepare (dpl_ctx_t *ctx, const char *bucket) | 
|   | delete a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_post_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition, const dpl_range_t *range, const dpl_dict_t *metadata, const dpl_sysmd_t *sysmd, dpl_buf_t *buf, const dpl_dict_t *query_params) | 
|   | create or post data into a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_put_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition, const dpl_range_t *range, const dpl_dict_t *metadata, const dpl_sysmd_t *sysmd, dpl_buf_t *buf) | 
|   | put a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_get_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition, const dpl_range_t *range) | 
|   | get a resource with range  More...
  | 
|   | 
| dpl_task_t *  | dpl_head_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition) | 
|   | get user and system metadata  More...
  | 
|   | 
| dpl_task_t *  | dpl_delete_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition) | 
|   | delete a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_copy_async_prepare (dpl_ctx_t *ctx, const char *src_bucket, const char *src_resource, const char *dst_bucket, const char *dst_resource, const dpl_option_t *option, dpl_ftype_t object_type, dpl_copy_directive_t copy_directive, const dpl_dict_t *metadata, const dpl_sysmd_t *sysmd, const dpl_condition_t *condition) | 
|   | perform various flavors of server side copies  More...
  | 
|   | 
| dpl_task_t *  | dpl_post_id_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *id, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition, const dpl_range_t *range, const dpl_dict_t *metadata, const dpl_sysmd_t *sysmd, dpl_buf_t *buf, const dpl_dict_t *query_params) | 
|   | create or post data into a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_put_id_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition, const dpl_range_t *range, const dpl_dict_t *metadata, const dpl_sysmd_t *sysmd, dpl_buf_t *buf) | 
|   | put a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_get_id_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition, const dpl_range_t *range) | 
|   | get a resource with range  More...
  | 
|   | 
| dpl_task_t *  | dpl_head_id_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition) | 
|   | get user and system metadata  More...
  | 
|   | 
| dpl_task_t *  | dpl_delete_id_async_prepare (dpl_ctx_t *ctx, const char *bucket, const char *resource, const dpl_option_t *option, dpl_ftype_t object_type, const dpl_condition_t *condition) | 
|   | delete a resource  More...
  | 
|   | 
| dpl_task_t *  | dpl_copy_id_async_prepare (dpl_ctx_t *ctx, const char *src_bucket, const char *src_resource, const char *dst_bucket, const char *dst_resource, const dpl_option_t *option, dpl_ftype_t object_type, dpl_copy_directive_t copy_directive, const dpl_dict_t *metadata, const dpl_sysmd_t *sysmd, const dpl_condition_t *condition) | 
|   | perform various flavors of server side copies  More...
  | 
|   |