Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

storage: S3 test refactoring and fix some bugs #548

Merged
merged 6 commits into from
Oct 9, 2020

Commits on Oct 4, 2020

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

Commits on Oct 5, 2020

  1. Configuration menu
    Copy the full SHA
    4da5533 View commit details
    Browse the repository at this point in the history
  2. storage: use gomock instead of mockS3Handlers for proper mocking

    this requires s3_test to be placed into a separate storage_test package
    to avoid circular dependency.
    
    this makes the `checkS3` hack not usable. instead, we introduced a new
    option struct to the constructor to disable to the check.
    kennytm committed Oct 5, 2020
    Configuration menu
    Copy the full SHA
    b691587 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    acc5050 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62f230f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17f0da8 View commit details
    Browse the repository at this point in the history