Skip to content

Commit

Permalink
chore: add remove description
Browse files Browse the repository at this point in the history
  • Loading branch information
Venkata Ramyasri Kota committed Sep 6, 2023
1 parent 84673dc commit 6f0f6f8
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 @@ -10,7 +10,7 @@ import {
import { remove as removeInternal } from './internal/remove';

/**
* Remove the object that is specified by the `req`.
* Remove a file from your S3 bucket.
* @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 6f0f6f8

Please sign in to comment.