You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Followup from #6930. What really happens there is that the gateway assumes only a very narrow set of S3 actions will be used, and ends up performing almost only object CRUDs.
For instance, I can call the list-object-versions API:
But of course lakeFS does not support S3-style object versions, and s3://ariels-repo/main is not an object on lakeFS, and it certainly does not have any versions, and this response does not follow the response syntax for this action.
The text was updated successfully, but these errors were encountered:
Followup from #6930. What really happens there is that the gateway assumes only a very narrow set of S3 actions will be used, and ends up performing almost only object CRUDs.
For instance, I can call the list-object-versions API:
It performs exactly list-objects:
But of course lakeFS does not support S3-style object versions, and
s3://ariels-repo/main
is not an object on lakeFS, and it certainly does not have any versions, and this response does not follow the response syntax for this action.The text was updated successfully, but these errors were encountered: