Skip to content

Commit

Permalink
Move s3x package into aws folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rowanseymour committed Aug 22, 2024
1 parent 1d02168 commit a1147be
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion s3x/service_test.go → aws/s3x/service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"github.com/aws/aws-sdk-go-v2/aws"
"github.com/aws/aws-sdk-go-v2/service/s3"
"github.com/aws/aws-sdk-go-v2/service/s3/types"
"github.com/nyaruka/gocommon/s3x"
"github.com/nyaruka/gocommon/aws/s3x"
"github.com/stretchr/testify/assert"
)

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion s3x/urls_test.go → aws/s3x/urls_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package s3x_test
import (
"testing"

"github.com/nyaruka/gocommon/s3x"
"github.com/nyaruka/gocommon/aws/s3x"
"github.com/stretchr/testify/assert"
)

Expand Down

0 comments on commit a1147be

Please sign in to comment.