Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Story Points:12
-
Epic Link:
-
Team:SQuaRE
Description
In DM-20122 we determined that LTD Keeper can provide a presigned POST URL to build upload clients. This prevents clients from needing to maintain their own S3 credentials.
This ticket enables LTD Keeper to generate those presigned URLs as part of a new {{POST /products/(slug)/builds/ endpoint.}}
To prevent this update from breaking older clients, we may want to use accept headers to version the endpoint. This will set a useful precedent for future breaking API changes in LTD Keeper's REST API.
Releasing this update as 1.15.0. Release notes:
This version introduces a new "v2" endpoint for POST products/<product>/builds/ that returns two new fields: post_prefix_urls and post_dir_urls. These fields provide a mapping of presigned POST URLs and associated fields for different prefixes/directories in the S3 bucket associated with the registered build. The benefit of using presigned POST URLs is that clients no longer need their own AWS S3 credentials. LTD Keeper exclusively maintains control over S3 credentials and restricts access to S3 resources through these presigned URLs.
The LTD Conveyor client, version 0.5.0, now uses this new version of the endpoint.
Version 2 endpoints are accessible through a application/vnd.ltdkeeper.v2+json Accept header. Existing clients are unaffected by this change as the default endpoint will continue to operate for the foreseeable future.