Skip to content
This repository was archived by the owner on Jun 25, 2026. It is now read-only.

build(deps): Bump @tweedegolf/sab-adapter-amazon-s3 from 1.0.20 to 3.0.4#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tweedegolf/sab-adapter-amazon-s3-3.0.4
Open

build(deps): Bump @tweedegolf/sab-adapter-amazon-s3 from 1.0.20 to 3.0.4#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/tweedegolf/sab-adapter-amazon-s3-3.0.4

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 24, 2026

Copy link
Copy Markdown
Contributor

Bumps @tweedegolf/sab-adapter-amazon-s3 from 1.0.20 to 3.0.4.

Release notes

Sourced from @​tweedegolf/sab-adapter-amazon-s3's releases.

Version 3.0.4

  • update dependencies
  • add option checkIfBucketExists option to getFileAsStream

version 2.2.1

  • 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

  • update dependencies
  • update adapter AzureBlob

version 1.5.6

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

Sourced from @​tweedegolf/sab-adapter-amazon-s3's changelog.

3.0.0

  • removed getFileAsURL
  • removed option {allVersions: boolean} for removeFile
  • removed support for versioning (wasn't implemented consistently anyway)
  • see also the migration guide

2.2.1

2.2.0

  • 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

2.1.6

  • updated Google AzureBlob adapter to 1.0.7

2.1.5

  • updated Google Cloud adapter to 1.0.8

2.1.4

  • updated dependencies
  • remarkable dependency autolinker set to "^4.0.0"

2.1.3

  • updated dependencies

2.1.2

  • updated dependencies
  • fixed test scripts
  • fix for type error in @​types/glob

2.1.1

  • fix issue with optional bucketName argument

2.1.0

  • reverted to v1 of the configuration URLs (with some improvements)
  • re-implemented storing the selected bucket in local state

2.0.0

  • Complete overhaul of the API. If you are using API 1.x please read the migration document

1.5.6

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

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@tweedegolf/sab-adapter-amazon-s3](https://github.com/tweedegolf/storage-abstraction) from 1.0.20 to 3.0.4.
- [Release notes](https://github.com/tweedegolf/storage-abstraction/releases)
- [Changelog](https://github.com/tweedegolf/storage-abstraction/blob/master/changelog.md)
- [Commits](https://github.com/tweedegolf/storage-abstraction/commits/v3.0.4)

---
updated-dependencies:
- dependency-name: "@tweedegolf/sab-adapter-amazon-s3"
  dependency-version: 3.0.4
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Jun 24, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants