func github.com/aws/aws-sdk-go/aws.IsReaderSeekable
5 uses
github.com/aws/aws-sdk-go/aws (current package)
types.go#L36: func IsReaderSeekable(r io.Reader) bool {
github.com/aws/aws-sdk-go/aws/client
logger.go#L57: bodySeekable := aws.IsReaderSeekable(r.Body)
github.com/aws/aws-sdk-go/aws/request
request.go#L248: if !aws.IsReaderSeekable(r.Body) && r.HTTPRequest.Body != NoBody {
request.go#L287: if aws.IsReaderSeekable(reader) {
github.com/aws/aws-sdk-go/aws/signer/v4
v4.go#L702: if !aws.IsReaderSeekable(ctx.Body) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |