Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    Function parseS3URL

    • Parse an S3 key to learn the bucket and the key prefix used for the request.

      Parameters

      • key: string

        A fully qualified key name or prefix path.

      Returns { bucket: string | null; keyPrefix: string }