Documentation
    Preparing search index...

    Type Alias AwsS3StorageDriverOption

    AwsS3StorageDriverOption: StorageDriverOptions & {
        awsBucket: string;
        awsClient: S3Client;
        awsKey: string;
    }

    The Tachyon driver configuration object for the AWS S3 storage driver with bucket and key.