Skip to content

Releases: tweedegolf/storage-abstraction

version 2.2.1

21 Sep 12:03

Choose a tag to compare

  • updated dependencies of adapters
  • deprecated getFileAsURL
  • added getPublicURL and getSignedURL
  • added bucketIsPublic (does not work for CloudFlare and Cubbit)
  • added extra key to the options object of all addFile functions: useSignedURL (boolean) → returns the presigned url instead of the public url when set to true
  • added extra key to the options object of createBucket: public (boolean) → creates a public bucket when set to true
  • you can call createBucket without providing a bucket name. If a bucket name is selected, either in the initialization configuration of by setting one using setSelectedBucket, a bucket with that name will be created. If the selected bucket is null, an error will be returned.
  • fix: if you delete the selected bucket, the selected bucket will be set to null
  • fix: include deprecated functions

version 2.1.6

02 Jul 15:41

Choose a tag to compare

  • update dependencies
  • update adapter AzureBlob

version 1.5.6

26 Jan 10:37

Choose a tag to compare

  • removed unnecessary call to getMetaData in GCS adapter
  • removed @ramda/zip dependency