Merge S3 code from develop to 1.10

This commit is contained in:
Allen Byrne
2019-09-13 12:18:36 -05:00
parent 5dbb76ebca
commit 3457362c92
66 changed files with 17984 additions and 695 deletions

View File

@@ -23,3 +23,13 @@ Usage: h5stat [OPTIONS] file
-s, --freespace Print free space information
-S, --summary Print summary of file space information
--enable-error-stack Prints messages from the HDF5 error stack as they occur
--s3-cred=<cred> Access file on S3, using provided credential
<cred> :: (region,id,key)
If <cred> == "(,,)", no authentication is used.
--hdfs-attrs=<attrs> Access a file on HDFS with given configuration
attributes.
<attrs> :: (<namenode name>,<namenode port>,
<kerberos cache path>,<username>,
<buffer size>)
If an attribute is empty, a default value will be
used.