s3-client-dtb 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
# s3-client-dtb
|
|
2
2
|
|
|
3
|
-
Paquete de almacenamiento de archivos para Node.js y NestJS.
|
|
3
|
+
Paquete de almacenamiento de archivos para Node.js y NestJS.
|
|
4
|
+
|
|
5
|
+
## Servidor previsto (modo remoto)
|
|
6
|
+
|
|
7
|
+
En modo **cliente** (`StorageClient`) o **online**, este paquete está pensado para hablar con el backend ejecutable **[s3-back-dtb](https://www.npmjs.com/package/s3-back-dtb)** en npm. Instálalo en el servidor, configura las variables de entorno compartidas (`CLIENT_SECRET`, `TOTP_SECRET`, etc.) y usa la misma URL en `STORAGE_BASE_URL`. En modo local (`StorageCore` / **offline**) no necesitas ese servidor.
|
|
4
8
|
|
|
5
9
|
## 🎯 Dos Modos de Uso
|
|
6
10
|
|