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

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