/** * Unit tests for the ObjectIO transport seam. * * Focus is the PresignObjectIO path (the new transport): it talks to a * VaultClient-shaped stub for URL minting and a mocked global `fetch` for the * byte movement. The S3SdkObjectIO path is already covered transitively by * s3.test.ts (which exercises s3.ts through the default factory), plus a couple * of factory-selection tests here. */ export {}; //# sourceMappingURL=object-io.test.d.ts.map