googleapis / nodejs-storage

Node.js client for Google Cloud Storage: unified object storage for developers and enterprises, from live data serving to data analytics/ML to data archiving.
https://cloud.google.com/storage/
Apache License 2.0
888 stars 368 forks source link

deps!: Remove form-data dependency in favor of Node 18 implementation #2436

Open ddelgrosso1 opened 3 months ago

ddelgrosso1 commented 3 months ago

Node 18 makes FormData available in the global space. We should remove the current third party dependency when moving to Node 18.