Skip to content

Commit a1147be

Browse files
committed
Move s3x package into aws folder
1 parent 1d02168 commit a1147be

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.

s3x/service_test.go renamed to aws/s3x/service_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
"github.com/aws/aws-sdk-go-v2/aws"
88
"github.com/aws/aws-sdk-go-v2/service/s3"
99
"github.com/aws/aws-sdk-go-v2/service/s3/types"
10-
"github.com/nyaruka/gocommon/s3x"
10+
"github.com/nyaruka/gocommon/aws/s3x"
1111
"github.com/stretchr/testify/assert"
1212
)
1313

File renamed without changes.

s3x/urls_test.go renamed to aws/s3x/urls_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package s3x_test
33
import (
44
"testing"
55

6-
"github.com/nyaruka/gocommon/s3x"
6+
"github.com/nyaruka/gocommon/aws/s3x"
77
"github.com/stretchr/testify/assert"
88
)
99

0 commit comments

Comments
 (0)