Installation instructions for the Typescript SDK
The StorageSync Node.js client provides a simple and efficient way to interact with your StorageSync buckets directly from your Node.js applications. This client abstracts away the complexities of our API, allowing you to easily upload, download, and manage files in your StorageSync buckets.
https://www.npmjs.com/package/@storagesync/client
Requires Node.js 18.0.0 or higher.
To get started with the StorageSync Javascript client, you’ll need to install it in your project. You can do this using npm, yarn, pnpm or bun.
npm install @storagesync/client
npm install @storagesync/client
yarn add @storagesync/client
pnpm add @storagesync/client
bun add @storagesync/client
To initialize the client with your access key and secret key, you can use the following code:
To find your access key and secret key, you can follow these steps:
Installation instructions for the Typescript SDK
The StorageSync Node.js client provides a simple and efficient way to interact with your StorageSync buckets directly from your Node.js applications. This client abstracts away the complexities of our API, allowing you to easily upload, download, and manage files in your StorageSync buckets.
https://www.npmjs.com/package/@storagesync/client
Requires Node.js 18.0.0 or higher.
To get started with the StorageSync Javascript client, you’ll need to install it in your project. You can do this using npm, yarn, pnpm or bun.
npm install @storagesync/client
npm install @storagesync/client
yarn add @storagesync/client
pnpm add @storagesync/client
bun add @storagesync/client
To initialize the client with your access key and secret key, you can use the following code:
To find your access key and secret key, you can follow these steps: