Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(Azure Storage and helpers): getBinaryBlob and decompress gzip files functions #147

Merged
merged 6 commits into from
Oct 5, 2024

Conversation

beauraines
Copy link
Owner

  • This gets a binary blob without writing it to a file. This is a variation on the getBlob and downloadBlobToFile functions.
  • New function to decompress gzip files

- This gets a binary blob  _without_ writing it to a file. This is a variation on the `getBlob` and `downloadBlobToFile` functions.
- New function to decompress gzip files
@beauraines beauraines self-assigned this Oct 5, 2024
dependabot bot and others added 4 commits October 5, 2024 09:08
Bumps the dev-dependencies group with 1 update: [globals](https://github.com/sindresorhus/globals).


Updates `globals` from 15.9.0 to 15.10.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v15.9.0...v15.10.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- This gets a binary blob  _without_ writing it to a file. This is a variation on the `getBlob` and `downloadBlobToFile` functions.
- New function to decompress gzip files
@beauraines beauraines merged commit ec156af into main Oct 5, 2024
2 checks passed
@beauraines beauraines deleted the gzip-features branch October 5, 2024 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant