Skip to content

Commit

Permalink
Add AWS into the StorageContract (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
roger2hk authored Dec 5, 2024
1 parent 3c5a7dd commit 18fa545
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 18fa545

Please sign in to comment.