reposting my question: is there support for programatically creating API keys that are scoped to a s
reposting my question: is there support for programatically creating API keys that are scoped to a specific prefix in a bucket? the use case is for allowing an untrusted user to upload a large file to a specific prefix. it seems that to use presigned URLs + multipart uploads, our API would have to create a URL for each part being uploaded which seems a bit messy

