diff --git a/packages/storage/src/providers/s3/apis/copy.ts b/packages/storage/src/providers/s3/apis/copy.ts index 6e56b33b877..44820fbbb9c 100644 --- a/packages/storage/src/providers/s3/apis/copy.ts +++ b/packages/storage/src/providers/s3/apis/copy.ts @@ -18,7 +18,7 @@ interface Copy { /** * Copy an object from a source to a destination object within the same bucket. * - * @param contextSpec - The isolated server context. + * @param contextSpec - The isolated server context. * @param input - The CopyInputPath object. * @returns Output containing the destination object path. * @throws service: `S3Exception` - Thrown when checking for existence of the object