diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-10-22 17:36:53 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-10-22 17:36:53 (GMT) |
commit | 6fde9513826ff8443545fd1302fbd75b0c842bf3 (patch) | |
tree | 501cd71084e78f203bf5ec721b9fd9ae5162e1b0 /release_docs | |
parent | 4bd50505cf4e9ab6a47993a114f149a175178f65 (diff) | |
download | hdf5-6fde9513826ff8443545fd1302fbd75b0c842bf3.zip hdf5-6fde9513826ff8443545fd1302fbd75b0c842bf3.tar.gz hdf5-6fde9513826ff8443545fd1302fbd75b0c842bf3.tar.bz2 |
Update url for S3 and HDFS vfds in RELEASE.txt.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0e4a2fd..2a28052 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -83,12 +83,10 @@ New Features This release has two new VFDs. The S3 VFD allows accessing HDF5 files on AWS S3 buckets. HDFS VFD allows accessing HDF5 file stored on Apache HDFS. - See https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_ROS3 - and https://portal.hdfgroup.org/display/HDF5/H5P_SET_FAPL_HDFS - for how to use those APIs. - See https://portal.hdfgroup.org/display/HDF5/Virtual+Object+Layer+and+Virtual+File+Drivers - for more information about configuring and setting up either the S3 or HDFS vfd. - Below are specific instructions how to enable S3 VFD on Windows: + See https://portal.hdfgroup.org/display/HDF5/Virtual+File+Drivers+-+S3+and+HDFS + for information on enabling those drivers and using those APIs. + + Below are specific instructions for enabling S3 VFD on Windows: Fix windows requirements and java tests. Windows requires CMake 3.13. - Install openssl library (with dev files); |