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 1d02168 commit a1147beCopy full SHA for a1147be
s3x/service.go renamed to aws/s3x/service.go
s3x/service_test.go renamed to aws/s3x/service_test.go
@@ -7,7 +7,7 @@ import (
7
"github.com/aws/aws-sdk-go-v2/aws"
8
"github.com/aws/aws-sdk-go-v2/service/s3"
9
"github.com/aws/aws-sdk-go-v2/service/s3/types"
10
- "github.com/nyaruka/gocommon/s3x"
+ "github.com/nyaruka/gocommon/aws/s3x"
11
"github.com/stretchr/testify/assert"
12
)
13
s3x/urls.go renamed to aws/s3x/urls.go
s3x/urls_test.go renamed to aws/s3x/urls_test.go
@@ -3,7 +3,7 @@ package s3x_test
3
import (
4
"testing"
5
6
0 commit comments