Listing Files
Using the JavaScript SDK
Installation
npm install @filebase/sdkUsage
import { ObjectManager } from "@filebase/sdk";
const objectManager = new ObjectManager(S3_KEY, S3_SECRET, {
bucket: bucketName
});
const fileList = await objectManager.list({
MaxKeys: 1000
});
console.log(fileList);API Reference
Using the S3 Compatible API
Authentication
Listing Files
API Reference
Using the Web Application Dashboard
Step-by-Step Guide
Last updated