A Blockstore implementation that stores blocks on Amazon S3.
Example: Quickstart
If the flag createIfMissing is not set or is false, then the bucket must be
created prior to using blockstore-s3. Please see the AWS docs for information
on how to configure the S3 instance. A bucket name is required to be set at
the s3 instance level, see the below example.
See [examples/helia](https://github.com/ipfs/js-stores/tree/main/packages/blockstore-s3/examples/helia) forafullexampleofhowtouseHeliawithanS3backedblockstore.
A Blockstore implementation that stores blocks on Amazon S3.
Example: Quickstart
If the flag
createIfMissingis not set or is false, then the bucket must be created prior to using blockstore-s3. Please see the AWS docs for information on how to configure the S3 instance. A bucket name is required to be set at the s3 instance level, see the below example.Example