gomason v2.6.3 Release Notes

Release Date: 2020-03-26 // about 4 years ago
  • ➕ Added intermediate folder generation for s3 publishing, so that if you have a key of foo/bar/baz/wip.txt, you will also have folders for foo, foo/bar, and foo/bar/baz/ . This was needed so that things that do lookups on folders work as they would for http publishing.

    🛠 Also fixed the uploaded checksum files so that they only contain the checksum, not ' '. Not sure why I originally included the file name, but it definitely borked dbt, and wasn't consistent with how Artifactory works - which explains why it took me this long to find. I've been relying on Artifactory to make the checksum files for years.