{ "data": [ { "bucket": "avatars", "key": "users/user123.jpg", "size": 102400, "mimeType": "image/jpeg", "uploadedAt": "2024-01-15T10:30:00Z", "url": "/api/storage/buckets/avatars/objects/users/user123.jpg" }, { "bucket": "avatars", "key": "users/user456.png", "size": 204800, "mimeType": "image/png", "uploadedAt": "2024-01-16T11:00:00Z", "url": "/api/storage/buckets/avatars/objects/users/user456.png" } ], "pagination": { "offset": 0, "limit": 100, "total": 2 }, "nextActions": "You can use PUT /api/storage/buckets/:bucketName/objects/:objectKey to upload with a specific key, or POST /api/storage/buckets/:bucketName/objects to upload with auto-generated key, and GET /api/storage/buckets/:bucketName/objects/:objectKey to download an object."}
Admin
List Objects in Bucket
GET
/
api
/
storage
/
buckets
/
{bucketName}
/
objects
Copy
{ "data": [ { "bucket": "avatars", "key": "users/user123.jpg", "size": 102400, "mimeType": "image/jpeg", "uploadedAt": "2024-01-15T10:30:00Z", "url": "/api/storage/buckets/avatars/objects/users/user123.jpg" }, { "bucket": "avatars", "key": "users/user456.png", "size": 204800, "mimeType": "image/png", "uploadedAt": "2024-01-16T11:00:00Z", "url": "/api/storage/buckets/avatars/objects/users/user456.png" } ], "pagination": { "offset": 0, "limit": 100, "total": 2 }, "nextActions": "You can use PUT /api/storage/buckets/:bucketName/objects/:objectKey to upload with a specific key, or POST /api/storage/buckets/:bucketName/objects to upload with auto-generated key, and GET /api/storage/buckets/:bucketName/objects/:objectKey to download an object."}