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

First pass at S3 tests #44

Closed
wants to merge 9 commits into from
Closed

First pass at S3 tests #44

wants to merge 9 commits into from

Commits on Dec 23, 2022

  1. First pass at S3 tests

    Uses minio to provide S3 bucket.
    
    Running locally
    
    ```
    docker pull minio/minio
    mkdir -p var/data/test
    docker run --rm -v `pwd`/var/data:/data -p 9000:9000 minio/minio server
    /data
    ```
    hardillb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    4c8c7f7 View commit details
    Browse the repository at this point in the history
  2. Fix package.json conflicts

    hardillb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    98377cd View commit details
    Browse the repository at this point in the history
  3. Fix indent

    hardillb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    1fb5382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    576b590 View commit details
    Browse the repository at this point in the history
  5. Fix missing container name

    hardillb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    8040d12 View commit details
    Browse the repository at this point in the history
  6. Get container to start

    hardillb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    b345968 View commit details
    Browse the repository at this point in the history
  7. Right container this time

    hardillb committed Dec 23, 2022
    Configuration menu
    Copy the full SHA
    a7b50fd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    453fbfc View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    4806dc4 View commit details
    Browse the repository at this point in the history