This PR contains the MVP for the Shared Link Feature, allowing users to create and expire copies of the private endpoint, currently limited to the EP_SITE_LIST endpoint. Not all of the endpoints have been implement as this is just a prototype.
CSVs for each of the private endpoints are generated in code each morning at after the endpoints have been regenerated and stored in S3
When a link is generated the file is copied to a public bucket with a unique URL
URLs will be expired automatically (currently set to 1 day) or on demand
This PR contains the MVP for the Shared Link Feature, allowing users to create and expire copies of the private endpoint, currently limited to the EP_SITE_LIST endpoint. Not all of the endpoints have been implement as this is just a prototype.