stores
    Preparing search index...

    Interface S3BlockstoreInit

    interface S3BlockstoreInit {
        createIfMissing?: boolean;
        shardingStrategy?: ShardingStrategy;
    }
    Index

    Properties

    createIfMissing?: boolean

    Whether to try to create the bucket if it is missing when .open is called

    shardingStrategy?: ShardingStrategy

    Control how CIDs map to paths and back