From 3c9e4df809742db58ee3980441a358f27fc187bc Mon Sep 17 00:00:00 2001 From: David Choi Date: Fri, 1 Dec 2023 11:34:33 -0700 Subject: [PATCH] feat: README deprecation message --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 005242d293..220f6e67c5 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@

The simple file storage service for IPFS & Filecoin.

+> ⚠️ This repo will be archived on January 9, 2024 as this web3.storage API will no longer take new uploads. Please use the [new client and API](https://github.com/web3-storage/w3up/tree/main/packages/w3up-client) for future usage of web3.storage. Documentation for the new client can be found [here](https://web3.storage/docs). You can learn more about these changes [here](https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage). + ## Usage Store your files with web3.storage and retrieve them via their unique Content ID. Our tools make it simple to hash your content locally, so you can verify the service only ever stores the exact bytes you asked us to. Pick the method of using with web3.storage that works for you!