Skip to content

Commit

Permalink
Add AWS into the StorageContract
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk committed Dec 5, 2024
1 parent 4507f35 commit 3fc6ee1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions integration/storage_uniformity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ import (
"context"

tessera "github.com/transparency-dev/trillian-tessera"
"github.com/transparency-dev/trillian-tessera/storage/aws"
"github.com/transparency-dev/trillian-tessera/storage/gcp"
"github.com/transparency-dev/trillian-tessera/storage/mysql"
"github.com/transparency-dev/trillian-tessera/storage/posix"
Expand All @@ -35,4 +36,5 @@ var (
_ StorageContract = &mysql.Storage{}
_ StorageContract = &gcp.Storage{}
_ StorageContract = &posix.Storage{}
_ StorageContract = &aws.Storage{}
)

0 comments on commit 3fc6ee1

Please sign in to comment.