Skip to content

Commit

Permalink
Update packages/storage/src/providers/s3/apis/remove.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 17, 2023
1 parent bc10667 commit 4132488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/storage/src/providers/s3/apis/remove.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { assertValidationError } from '../../../errors/utils/assertValidationErr
// TODO(ashwinkumar6) add unit test for remove API

/**
* Remove the object for specified key
* Remove the object that is specified by the `req`.
* @param {StorageOperationRequest<StorageRemoveOptions>} req - The request object
* @return {Promise<StorageRemoveResult>} - Promise resolves upon successful removal of the object
* @throws service: {@link S3Exception} - S3 service errors thrown while getting properties
Expand Down

0 comments on commit 4132488

Please sign in to comment.