DS3 C SDK  5.0.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 2121 of file ds3.h.

Field Documentation

◆ bucket

ds3_str* bucket

Definition at line 2122 of file ds3.h.

◆ common_prefixes

ds3_str** common_prefixes

Definition at line 2123 of file ds3.h.

◆ delimiter

ds3_str* delimiter

Definition at line 2125 of file ds3.h.

◆ key_marker

ds3_str* key_marker

Definition at line 2126 of file ds3.h.

◆ max_uploads

int max_uploads

Definition at line 2127 of file ds3.h.

◆ next_key_marker

ds3_str* next_key_marker

Definition at line 2128 of file ds3.h.

◆ next_upload_id_marker

ds3_str* next_upload_id_marker

Definition at line 2129 of file ds3.h.

◆ num_common_prefixes

size_t num_common_prefixes

Definition at line 2124 of file ds3.h.

◆ num_uploads

size_t num_uploads

Definition at line 2134 of file ds3.h.

◆ prefix

ds3_str* prefix

Definition at line 2130 of file ds3.h.

◆ truncated

ds3_bool truncated

Definition at line 2131 of file ds3.h.

◆ upload_id_marker

ds3_str* upload_id_marker

Definition at line 2132 of file ds3.h.

◆ uploads

Definition at line 2133 of file ds3.h.


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