aws

http://status.aws.amazon.com/ https://www.expeditedssl.com/aws-in-plain-english
souenzzo 2019-04-25T18:46:50.000500Z

Can I do this https://docs.aws.amazon.com/cli/latest/reference/s3/presign.html via aws-api?

ghadi 2019-04-25T18:47:11.000700Z

not directly

ghadi 2019-04-25T18:47:37.001300Z

there are some internal function you can assemble that from

ghadi 2019-04-25T18:48:05.001900Z

fundamentally presigned URLs are signed requests that aren't sent off, but we haven't exposed anything to make those

ghadi 2019-04-25T18:54:54.002800Z

https://github.com/cognitect-labs/aws-api/issues/5

😍 1