HDFGroup / vol-rest

HDF5 REST VOL Connector
Other
5 stars 8 forks source link

Make server connection info file-local #86

Closed mattjala closed 6 months ago

mattjala commented 9 months ago

H5Fdelete doesn't receive any information about the file to delete besides its filename, so this may be impossible to completely refactor.

The global info (username/password in the global curl handle, global base_URL variable) haven't been removed yet, but each request to server now uses a file-local username and password.

mattjala commented 8 months ago

base_URL information moved into the local files handles, and the corresponding global variable removed.