Skip to content

Commit

Permalink
test: add internal getProperties unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanZhengYP committed Oct 1, 2024
1 parent 0c367c0 commit 5814597
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/storage/src/internals/apis/getProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ import { GetPropertiesOutput } from '../types/outputs';
/**
* Gets the properties of a file. The properties include S3 system metadata and
* the user metadata that was provided when uploading the file.
*
* @internal
*
* @param input - The `GetPropertiesWithPathInput` object.
* @returns Requested object properties.
* @throws An `S3Exception` when the underlying S3 service returned error.
* @throws A `StorageValidationErrorCode` when API call parameters are invalid.
*
* @internal
*/
export function getProperties(
input: GetPropertiesInput,
Expand Down

0 comments on commit 5814597

Please sign in to comment.