You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Licensed under the AGPLv3, see LICENCE file for details.
package s3client
import (
"testing"
gc "gopkg.in/check.v1"
)
//go:generate go run go.uber.org/mock/mockgen -package s3client -destination client_mock_test.go github.com/juju/juju/internal/s3client S3Client,Session