A Datastore implementation that stores data on Amazon S3.
Example: Quickstart
If the flag createIfMissing is not set or is false, then the bucket must be created prior to using datastore-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/datastore-s3/examples/helia) for a full example of how to use Helia with an S3 backed datastore.
A Datastore implementation that stores data on Amazon S3.
Example: Quickstart
If the flag
createIfMissingis not set or is false, then the bucket must be created prior to using datastore-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