ReflectionsProjections / rp-api-2023

Core Backend API Layer for Reflections | Projections 2023, powered by Nest.js
MIT License
0 stars 0 forks source link

Revamp the key generation for S3 uploads to use the Mongo UUID for the user #17

Open kajalpatelinfo opened 1 year ago

kajalpatelinfo commented 1 year ago

Currently, the resumes stored in the S3 bucket rp-2023-resumes are keyed by a random string followed by the name of the original file.

The updated keys should be stored with the UUID generated by Mongo for the user who uploaded the file.