Add `signUploadObjectUrls()` for generating multiple signed upload URLs
Nafees Madni suggests adding a `signUploadObjectUrls()` method to Supabase Storage to generate multiple signed upload URLs, similar to the existing method for download URLs. This feature would reduce API calls, improve symmetry between upload and download APIs, and enhance developer experience for applications with multi-file uploads.