snazy opened a new pull request, #4570:
URL: https://github.com/apache/polaris/pull/4570

   This PR donates the polaris-object-storage-mock module to Polaris.
   
   The module provides an embeddable object storage mock server for tests. It 
exposes provider-facing HTTP surfaces for S3, GCS, ADLS Gen2, and STS, while 
keeping the backing bucket behavior controllable by tests. This lets Polaris 
tests exercise real SDK/client behavior without depending on external cloud 
services.
   
   See tools/object-storage-mock/README.md for more detail on the module’s 
purpose, how it differs from a simple file-system or in-memory object store, 
and how it can be used.
   
   This PR is intentionally scoped to the initial donation/import of the 
object-storage-mock into Polaris. Follow-up changes, cleanup, feature work, 
broader integration, or behavior changes should be handled in separate PRs.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to