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
Fix the blob for s3 prefixed key
Prefix behave differently than normal folders. Folders don't
require a leading "/" but Prefix does.
Also, refactor to avoid the error during the clean func call.
Merge pull request #875 from tektoncd/dependabot/go_modules/github.co…
…m/aws/aws-sdk-go-v2/service/s3-1.66.3
Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.51.4 to 1.66.3
Pass Record name to the v1alpha3 API in tkn-results cli
Now user can pass record name in the format:
"<namespace>/results/<parent-run-uuid>/records/<child-run-uuid>"