Skip to content

Commit

Permalink
Update packages/storage/src/providers/s3/apis/list.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Hui Zhao <[email protected]>
  • Loading branch information
ashwinkumar6 and HuiSF authored Aug 15, 2023
1 parent 8ddd6b6 commit cafcd65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/src/providers/s3/apis/list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const MAX_PAGE_SIZE = 1000;

type S3ListApi = {
/**
* List all bucket objects
* Lists all bucket objects.
* @param {StorageListRequest<StorageListAllOptions>} req - The request object
* @return {Promise<S3ListAllResult>} - Promise resolves to list of keys and metadata for all objects in path
* @throws service: {@link S3Exception} - S3 service errors thrown while getting properties
Expand Down

0 comments on commit cafcd65

Please sign in to comment.