finally got storage system working
Tested by creating a bot /getpic command that :
1. gets the user's telegram profile pic url,
2. get the raw file using axios,
3. convert to buffer,
4. save to backblaze
3. save metadata(mimetype, key, storage url and imagekit url) to db
6. return imagekit link
1. gets the user's telegram profile pic url,
2. get the raw file using axios,
3. convert to buffer,
4. save to backblaze
3. save metadata(mimetype, key, storage url and imagekit url) to db
6. return imagekit link