S3 Resource Plugin Updates
S3 vendors certified as compatible with iRODS:
Bug Fixes/Enhancements:
Globus Changes
Two issues were fixed when testing Globus.
45 - Update time not being updated due to the thread that closes the file is not writing any data. Reorganized the code to make sure this thread takes part in the writing of data.
50 - We were getting conflicts in some environments due to duplicate base64_encode and base64_decode methods being defined. These methods were moved into the Globus code with namespaces. (The iRODS core code was also updated later to namespace these methods.)