Skip to content

Releases: steveloughran/cloudstore

release-2026-02-20-18.21: put command

20 Feb 18:23
ee760b0

Choose a tag to compare

There's a new command "put" to upload/copy a single file, with the ability to set createFile() options for the target file.

Note that there's an avro cve related to untrusted schemas. moving to avro 1.12 just broke the build, and it will inevitably be incompatible with runtimes too, so it's downgraded to 1.11.5 for the avro generated classes (the ones which examine the logs)

release-2026-01-15-19.10: auditlogs command

15 Jan 19:16
a805c2c

Choose a tag to compare

Pulled in the uncommitted work of HADOOP-18257 to add a "hadoop s3guard auditlogs" command, and added here instead.

This will take a directory full of aws S3 server logs and convert to a single avro file, which can then be loaded in spark .

The date of the request (granularity is only 1 second) is extracted and converted to an epoch time in microseconds.

release-2025-12-09-14.55

09 Dec 14:57
68520de

Choose a tag to compare

Update for GCS 3.x, including gs.auth.type option

release-2025-12-02-18.20

02 Dec 18:22
e1eb28c

Choose a tag to compare

  • Update for GCS 3, including gs.auth.type option
  • log some more aws system properties

The GCS change is the big one as google completely removed hadoop config auth

release-2025-10-21-14.18: cloudstore-1.1

21 Oct 13:21
8a33ec6

Choose a tag to compare

  • Now versioning releases even though it complicates build and release,
  • new etag command
  • listobjects working again (what comes with no tests)
  • bandwidth will only set read policy if explicitly declared on CLI -otherwise you get the FS default. Helps benchmark that default value

release-2025-09-25-10.21

25 Sep 09:24
e47fb42

Choose a tag to compare

s3a:

  • more detail on read policies

abfs:

  • OAuth diagnostics improved

release-2025-08-27-15.36

27 Aug 14:43
ffdfd50

Choose a tag to compare

abfs oauth2 diagnostics improvements

release-2025-08-27-14.09

27 Aug 13:10
be3bc1b

Choose a tag to compare

Storediag: harden abfs authentication checks during preflight checks

release-2025-08-26-22.25

26 Aug 21:26
86ec9b3

Choose a tag to compare

improved abfs and gcs store diagnostics

release-2025-07-15-13.56

15 Jul 12:58
b03021e

Choose a tag to compare

Print JVM security properties in storediag and sysinfo