Root cause - the GET request for the presigned url did not include a checksum of the desired file.
Solution - Adding the checksum parameter to the api for getPhysicalAddress operation
Additional info
In order to upload a file to a presigned url, there is a need to configure the bucket's CORS.
Closes #8158
Change Description
With the added changes, it is now possible to upload a file from the UI, with a minimal IAM permissions installation.
Background
See https://github.com/treeverse/lakeFS/issues/8158
Bug Fix
Root cause - the GET request for the presigned url did not include a checksum of the desired file. Solution - Adding the checksum parameter to the api for getPhysicalAddress operation
Additional info
In order to upload a file to a presigned url, there is a need to configure the bucket's CORS.