IOR
|
Data Fields | |
char * | bucket_name |
char * | user |
char * | host |
int | curl_flags |
IOBuf * | io_buf |
IOBuf * | etags |
size_t | part_number |
char | UploadId [MAX_UPLOAD_ID_SIZE] |
int | written |
int | bucket_per_file |
char * | access_key |
char * | secret_key |
char * | bucket_prefix |
char * | bucket_prefix_cur |
char * | locationConstraint |
char * | authRegion |
int | timeout |
int | dont_suffix |
int | s3_compatible |
int | use_ssl |
S3BucketContext | bucket_context |
S3Protocol | s3_protocol |
Definition at line 132 of file aiori-S3-4c.c.
char* s3_options_t::access_key |
Definition at line 33 of file aiori-S3-libs3.c.
Referenced by S3_check_params(), S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_options(), S3_rmdir(), S3_stat(), and S3_statfs().
char* s3_options_t::authRegion |
Definition at line 39 of file aiori-S3-libs3.c.
Referenced by S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_options(), S3_rmdir(), S3_stat(), and S3_statfs().
S3BucketContext s3_options_t::bucket_context |
Definition at line 45 of file aiori-S3-libs3.c.
Referenced by list_delete_cb(), S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_rmdir(), S3_stat(), and S3_Xfer().
char* s3_options_t::bucket_name |
Definition at line 134 of file aiori-S3-4c.c.
Referenced by s3_connect(), and S3_options().
int s3_options_t::bucket_per_file |
Definition at line 32 of file aiori-S3-libs3.c.
Referenced by def_bucket_name(), def_file_name(), S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_options(), S3_rmdir(), S3_stat(), and S3_Xfer().
char* s3_options_t::bucket_prefix |
Definition at line 36 of file aiori-S3-libs3.c.
Referenced by S3_init(), and S3_options().
char* s3_options_t::bucket_prefix_cur |
Definition at line 37 of file aiori-S3-libs3.c.
Referenced by def_bucket_name(), def_file_name(), S3_init(), and S3_options().
int s3_options_t::curl_flags |
Definition at line 138 of file aiori-S3-4c.c.
Referenced by s3_connect().
int s3_options_t::dont_suffix |
Definition at line 42 of file aiori-S3-libs3.c.
Referenced by S3_init(), and S3_options().
IOBuf* s3_options_t::etags |
Definition at line 140 of file aiori-S3-4c.c.
Referenced by S3_Close_internal(), s3_connect(), s3_MPU_reset(), and S3_Xfer_internal().
char * s3_options_t::host |
Definition at line 136 of file aiori-S3-4c.c.
Referenced by S3_check_params(), s3_connect(), S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_options(), S3_rmdir(), S3_stat(), and S3_statfs().
IOBuf* s3_options_t::io_buf |
Definition at line 139 of file aiori-S3-4c.c.
Referenced by EMC_Delete(), s3_connect(), S3_Create_Or_Open_internal(), S3_Delete(), S3_GetFileSize(), s3_MPU_reset(), and S3_Xfer_internal().
char* s3_options_t::locationConstraint |
Definition at line 38 of file aiori-S3-libs3.c.
Referenced by S3_Create(), S3_init(), S3_mkdir(), and S3_options().
size_t s3_options_t::part_number |
Definition at line 141 of file aiori-S3-4c.c.
Referenced by s3_MPU_reset(), and S3_Xfer_internal().
int s3_options_t::s3_compatible |
Definition at line 43 of file aiori-S3-libs3.c.
Referenced by S3_mkdir(), S3_options(), and S3_Xfer().
S3Protocol s3_options_t::s3_protocol |
Definition at line 46 of file aiori-S3-libs3.c.
Referenced by S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_rmdir(), S3_stat(), and S3_statfs().
char* s3_options_t::secret_key |
Definition at line 34 of file aiori-S3-libs3.c.
Referenced by S3_check_params(), S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_options(), S3_rmdir(), S3_stat(), and S3_statfs().
int s3_options_t::timeout |
Definition at line 41 of file aiori-S3-libs3.c.
Referenced by list_delete_cb(), S3_Create(), S3_Delete(), S3_final(), S3_init(), S3_mkdir(), S3_Open(), S3_rmdir(), S3_stat(), S3_statfs(), and S3_Xfer().
char s3_options_t::UploadId[MAX_UPLOAD_ID_SIZE] |
Definition at line 142 of file aiori-S3-4c.c.
Referenced by S3_Close_internal(), S3_Create_Or_Open_internal(), and S3_Xfer_internal().
int s3_options_t::use_ssl |
Definition at line 44 of file aiori-S3-libs3.c.
Referenced by S3_init(), and S3_options().
char* s3_options_t::user |
Definition at line 135 of file aiori-S3-4c.c.
Referenced by s3_connect(), and S3_options().
int s3_options_t::written |
Definition at line 143 of file aiori-S3-4c.c.
Referenced by S3_Close_internal(), and S3_Create_Or_Open_internal().