func github.com/aws/smithy-go/time.SleepWithContext

5 uses

	github.com/aws/smithy-go/time (current package)
		time.go#L122: func SleepWithContext(ctx context.Context, dur time.Duration) error {

	github.com/aws/aws-sdk-go-v2/service/s3
		api_op_HeadBucket.go#L305: 		if err := smithytime.SleepWithContext(ctx, delay); err != nil {
		api_op_HeadBucket.go#L459: 		if err := smithytime.SleepWithContext(ctx, delay); err != nil {
		api_op_HeadObject.go#L638: 		if err := smithytime.SleepWithContext(ctx, delay); err != nil {
		api_op_HeadObject.go#L797: 		if err := smithytime.SleepWithContext(ctx, delay); err != nil {