/fastify-plugin-storage

Primary LanguageJavaScriptApache License 2.0Apache-2.0

@joshuaavalon/fastify-plugin-storage

Version npm License

Getting Started

npm i @joshuaavalon/fastify-plugin-storage

Usage

import storagePlugin from "@joshuaavalon/fastify-plugin-storage";
await fastify.register(storagePlugin, opts);

await fastify.storage.write({ body: buffer, contentType: mime });

Options