Can I do this https://docs.aws.amazon.com/cli/latest/reference/s3/presign.html via aws-api?
not directly
there are some internal function you can assemble that from
fundamentally presigned URLs are signed requests that aren't sent off, but we haven't exposed anything to make those
From JS api https://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#getSignedUrl-property