Releases: steveloughran/cloudstore
Releases · steveloughran/cloudstore
release-2025-07-15-13.56
Print JVM security properties in storediag and sysinfo
release-2025-07-08-14.54
release of 2025-07-08-14.54
- Print all the OPENSSL env vars
- Do this tlsinfo as well as storediag
release-2025-07-07-12.39
TLSInfo improvements
- return -1 if there's no certificate match
- move docs to their own file, with more (and current) examples
release-2025-07-07-12.11
release of 2025-07-07-12.11
- some tuning of printing
- Add jsse.enableSNIExtension as a TLS property printed in tlsinfo and elsewhere
release-2025-05-19-19.41
extra probes and better output
-
Execute ListStatus on the test dir after creating a new file there;
verify that the file is found. -
headings and subheadings now have numbers in front of them.
release-2025-05-09-18.11
- move to aws SDK v2 for all low level s3 operations
- various improvements to s3 diagnostics
- more detailed analysis and reporting on buffer allocation
2025-04-28-19.30 -last V1 release
Prints out the raw value of config options if it is different from the evaluated value
[010] fs.s3a.endpoint = "s3.eu-west-2.amazonaws.com" [fs.s3a.bucket.stevel-london.endpoint via [core-site.xml]]; ("${london.endpoint}")
[011] fs.s3a.endpoint.region = "eu-west-2" [fs.s3a.bucket.stevel-london.endpoint.region via [core-site.xml]]; ("${london.region}")
[012] fs.s3a.endpoint.fips = (unset)
Last V1 SDK support
This is the last release where the low level s3 commands used the v1 SDK (and only ran against hadoop 3.3.x).
release-2025-04-23-11.31
tuning printing of bufffer capacity
release-2025-04-22-15.41
output buffer diagnostics
- print free space on target dirs
- hightlight when dest is actually memory
release-2025-03-04-11.27
- call out some IOEs as network problems
- Add awareness of new S3A analytics stream.
- S3A cross-region detection and reporting