Node.js SDK for Sirv S3
On this page
If your website or app uses Node.js, you can upload and manage the files in your Sirv S3 bucket via the AWS SDK for Node.js:
AWS SDK
Before using the SDK, you should connect to your Sirv bucket.
Use the SDK to:
- Upload files
- Download files
- Query a folders' contents
- Check if a file exists
- Fetch image meta data (Exif)
- Create folders
- Move files
- Copy files
- Rename files
- Delete file
If you would like Node.js code samples to perform the functions above, please contact the Sirv support team.
REST API
Instead, you might prefer to use the Sirv REST API to upload, download, search files and perform many other account functions.