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(s3): add S3Storage adapter #220

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

feat(s3): add S3Storage adapter #220

wants to merge 14 commits into from

Commits on May 5, 2024

  1. feat(s3): add S3Storage adapter

    - currently only works for deno
    - is based on the jsr package `@bradenmacdonald/[email protected]`, which is not available on npm
    karfau committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d6cdf68 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Configuration menu
    Copy the full SHA
    2d7e956 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2741173 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    887df80 View commit details
    Browse the repository at this point in the history
  4. chore: enable usage of jsr packages

    - add JSR registry to `.npmrc`
    - using `workspace:*` as version specifier to stop pnpm complaining about private workspace packages
    
    https://pnpm.io/workspaces#referencing-workspace-packages-through-aliases
    https://jsr.io/docs/npm-compatibility
    karfau committed May 6, 2024
    Configuration menu
    Copy the full SHA
    0bb50dc View commit details
    Browse the repository at this point in the history
  5. refactor: use class methods and code blocks

    and apply deno fmt
    karfau committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f0477fd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed94532 View commit details
    Browse the repository at this point in the history
  7. docs: avoid lambda in docs

    karfau committed May 6, 2024
    Configuration menu
    Copy the full SHA
    9e7f405 View commit details
    Browse the repository at this point in the history
  8. docs: avoid lambda in docs

    karfau committed May 6, 2024
    Configuration menu
    Copy the full SHA
    962247a View commit details
    Browse the repository at this point in the history
  9. style: apply deno fmt

    karfau committed May 6, 2024
    Configuration menu
    Copy the full SHA
    fb691b3 View commit details
    Browse the repository at this point in the history
  10. docs: add s3 to commit scopes

    and sort them alphabetically
    karfau committed May 6, 2024
    Configuration menu
    Copy the full SHA
    6ac13b1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d84448f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. test: fix type issue

    karfau committed May 9, 2024
    Configuration menu
    Copy the full SHA
    3bb4df9 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2024

  1. refactor: bump @bradenmacdonald/s3-lite-client

    and remove vendored type S3StorageClient
    karfau committed May 11, 2024
    Configuration menu
    Copy the full SHA
    10c34ce View commit details
    Browse the repository at this point in the history