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

Feature: Add s3 backend #871

Closed
wants to merge 4 commits into from

Commits on Sep 8, 2023

  1. drop: this commit will be dropped

    This commit is for setting up a local dev environment and running the
    integration tests using s3. It will be dropped when the PR is ready for
    review
    Scandiravian committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    3a86b83 View commit details
    Browse the repository at this point in the history
  2. feat: initial s3 backend implementation

    This is the most important part of the s3 code, containing the
    implementation of the entire s3 backend
    Scandiravian committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    e259ca4 View commit details
    Browse the repository at this point in the history
  3. feat(s3): add to choose backend

    This commits simply adds s3 as an option in the choose backend. It's
    boilerplate, so I split it into its own commit
    Scandiravian committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    36a4ab2 View commit details
    Browse the repository at this point in the history
  4. test(s3): utility functions

    This could be dropped. I implemented these as sanity checks along the
    way, when I discovered bugs in my code
    Scandiravian committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    674c227 View commit details
    Browse the repository at this point in the history