@valon-technologies/gestalt
    Preparing search index...

    Client for invoking a host-provided S3 service over the Gestalt transport.

    import { S3 } from "@valon-technologies/gestalt";

    const s3 = new S3();
    await s3.object("example-bucket", "hello.json").writeJSON({ ok: true });
    Index

    Constructors

    Methods