mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
track1
This commit is contained in:
parent
5d5ff73847
commit
1c3b05a252
@ -174,6 +174,7 @@ NC_s3sdkbucketexists(void* s3client0, const char* bucket, int* existsp, char** e
|
||||
if(errmsgp) *errmsgp = NULL;
|
||||
|
||||
if((stat = makes3fullpath(s3client->rooturl,bucket,NULL,NULL,url))) goto done;
|
||||
fprintf(stderr,">>> bucketexits: url=%s\n",ncbytescontents(url));
|
||||
|
||||
if((stat = NCH5_s3comms_s3r_head(s3client->h5s3client, ncbytescontents(url), NULL, NULL, &httpcode, NULL))) goto done;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user