Native S3 listing for the bucket. Unlike the search API, this returns raw S3 object data.
Authentication
Requires an API Key via Authorization, X-API-Key, or apiKey query parameter.
Query Parameters
The name of the bucket to list.
Filter by path prefix (e.g., uploads/).
Max items to return (maximum 1000).
Example
curl "https://cdn.sacul.cloud/api/list-objects?bucketName=my-bucket&prefix=images/" \
-H "Authorization: Bearer <your-api-key>"