github.com/aws/aws-sdk-go-v2/service/s3.PresignOptions.Expires (field)
5 uses
github.com/aws/aws-sdk-go-v2/service/s3 (current package)
api_client.go#L644: Expires time.Duration
api_client.go#L678: o.Expires = time.Duration(w)
api_client.go#L748: if c.Expires < 0 {
api_client.go#L749: return fmt.Errorf("presign URL duration must be 0 or greater, %v", c.Expires)
api_client.go#L753: err = stack.Build.Add(&s3cust.AddExpiresOnPresignedURL{Expires: c.Expires}, middleware.After)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)