DS3 C SDK  4.1.0
Provides access to the Spectra S3 API with C
Data Fields
ds3_list_multi_part_uploads_result_response Struct Reference

#include <ds3.h>

Data Fields

ds3_strbucket
 
ds3_str ** common_prefixes
 
size_t num_common_prefixes
 
ds3_strdelimiter
 
ds3_strkey_marker
 
int max_uploads
 
ds3_strnext_key_marker
 
ds3_strnext_upload_id_marker
 
ds3_strprefix
 
ds3_bool truncated
 
ds3_strupload_id_marker
 
ds3_multi_part_upload_response ** uploads
 
size_t num_uploads
 

Detailed Description

Definition at line 2111 of file ds3.h.

Field Documentation

◆ bucket

ds3_str* bucket

Definition at line 2112 of file ds3.h.

◆ common_prefixes

ds3_str** common_prefixes

Definition at line 2113 of file ds3.h.

◆ delimiter

ds3_str* delimiter

Definition at line 2115 of file ds3.h.

◆ key_marker

ds3_str* key_marker

Definition at line 2116 of file ds3.h.

◆ max_uploads

int max_uploads

Definition at line 2117 of file ds3.h.

◆ next_key_marker

ds3_str* next_key_marker

Definition at line 2118 of file ds3.h.

◆ next_upload_id_marker

ds3_str* next_upload_id_marker

Definition at line 2119 of file ds3.h.

◆ num_common_prefixes

size_t num_common_prefixes

Definition at line 2114 of file ds3.h.

◆ num_uploads

size_t num_uploads

Definition at line 2124 of file ds3.h.

◆ prefix

ds3_str* prefix

Definition at line 2120 of file ds3.h.

◆ truncated

ds3_bool truncated

Definition at line 2121 of file ds3.h.

◆ upload_id_marker

ds3_str* upload_id_marker

Definition at line 2122 of file ds3.h.

◆ uploads

Definition at line 2123 of file ds3.h.


The documentation for this struct was generated from the following file: