H5P NodeJS Library
    Preparing search index...
    initS3: (options?: S3ClientConfig) => S3

    Creates an S3 client.

    Type declaration

      • (options?: S3ClientConfig): S3
      • Parameters

        • Optionaloptions: S3ClientConfig

          (optional) These options will be passed to the S3 client. You can override options through these environment variables: AWS_ACCESS_KEY_ID: string AWS_SECRET_ACCESS_KEY: string AWS_S3_ENDPOINT: string AWS_REGION: string

        Returns S3

        the S3 client