We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc303a6 commit 47ecbb0Copy full SHA for 47ecbb0
get_gcs_test.go
@@ -8,6 +8,9 @@ import (
8
"testing"
9
)
10
11
+//Note for external contributors: In order to run the GCS test suite, you will only be able to be run
12
+// in GitHub Actions when you open a PR.
13
+
14
func TestGCSGetter_impl(t *testing.T) {
15
var _ Getter = new(GCSGetter)
16
}
get_s3_test.go
@@ -9,6 +9,9 @@ import (
"github.com/aws/aws-sdk-go/aws/awserr"
func TestS3Getter_impl(t *testing.T) {
var _ Getter = new(S3Getter)
17
0 commit comments