Open Issues Need Help
View All on GitHub files: api client sending unnecessary credentials with multipart uploads about 2 months ago
AI Summary: The task is to modify the Invenio-RDM-Records files API client to conditionally send credentials with presigned uploads. Currently, it always sends credentials, causing CORS issues when using external storage like Ceph S3. The solution requires modifying the client to only send credentials when using local storage, avoiding unnecessary credential transmission with presigned URLs for external storage.
Complexity:
4/5
bug help wanted critical