logoalt Hacker News

thayne10/12/20240 repliesview on HN

I find that so frustrating. Another example is uploading an image to ECR (elastic container registry). You need like four different permissions to do it, which I think correspond to individual http requests, but it is usually just a single docker/podman/skopeo command, and I can't think of a situation where you would want to grant permission to initiate an upload but not complete it.

Multipart uploads in s3 have a similar problem.