DS3 C SDK  3.0.0
Provides access to the Spectra S3 API with C
Data Fields
ds3_list_parts_result_response Struct Reference

#include <ds3.h>

Data Fields

ds3_strbucket
 
ds3_strkey
 
int max_parts
 
int next_part_number_marker
 
ds3_user_responseowner
 
int part_number_marker
 
ds3_multi_part_upload_part_response ** parts
 
size_t num_parts
 
ds3_bool truncated
 
ds3_strupload_id
 

Detailed Description

Definition at line 1488 of file ds3.h.

Field Documentation

ds3_str* bucket

Definition at line 1489 of file ds3.h.

ds3_str* key

Definition at line 1490 of file ds3.h.

int max_parts

Definition at line 1491 of file ds3.h.

int next_part_number_marker

Definition at line 1492 of file ds3.h.

size_t num_parts

Definition at line 1496 of file ds3.h.

Definition at line 1493 of file ds3.h.

int part_number_marker

Definition at line 1494 of file ds3.h.

Definition at line 1495 of file ds3.h.

ds3_bool truncated

Definition at line 1497 of file ds3.h.

ds3_str* upload_id

Definition at line 1498 of file ds3.h.


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