File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2222int main (void ) {
2323
2424 // The bucket the files will be stored in
25- const char * bucket_name = BUCKETNAME ;
25+ const char * bucket_name = BUCKETNAME ; // defined in samples.h
2626
2727 // Get a client instance which uses the environment variables to get the endpoint and credentials
2828 ds3_client * client ;
Original file line number Diff line number Diff line change 2222int main (void ) {
2323
2424 // The bucket the files will be stored in
25- const char * bucket_name = BUCKETNAME ;
25+ const char * bucket_name = BUCKETNAME ; // defined in samples.h
2626
2727 // A list of files to bulk put
28- const char * books [4 ] = BOOKS ;
28+ const char * books [4 ] = BOOKS ; // defined in samples.h
2929
3030 // Get a client instance which uses the environment variables to get the endpoint and credentials
3131 ds3_client * client ;
You can’t perform that action at this time.
0 commit comments