@@ -247,7 +247,7 @@ static constexpr const char *kAwsS3Bucket = "aws.s3.bucket";
247247 * The @code copy_source @endcode attribute applies to S3 copy operations and corresponds to the
248248 * @code --copy-source @endcode parameter of the <a
249249 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html">copy-object
250- * operation within the S3 API</a>. This applies in particular to the following operations: <p> < ul>
250+ * operation within the S3 API</a>. This applies in particular to the following operations: <ul>
251251 * <li><a
252252 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html">copy-object</a></li>
253253 * <li><a
@@ -273,7 +273,7 @@ static constexpr const char *kAwsS3Delete = "aws.s3.delete";
273273 * <a href="https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html">S3 API</a>
274274 * operations. <p> The @code key @endcode attribute is applicable to all object-related S3
275275 * operations, i.e. that require the object key as a mandatory parameter. This applies in particular
276- * to the following operations: <p> < ul> <li><a
276+ * to the following operations: <ul> <li><a
277277 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/copy-object.html">copy-object</a></li>
278278 * <li><a
279279 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/delete-object.html">delete-object</a></li>
@@ -323,7 +323,7 @@ static constexpr const char *kAwsS3PartNumber = "aws.s3.part_number";
323323 * The @code upload_id @endcode attribute applies to S3 multipart-upload operations and corresponds
324324 * to the @code --upload-id @endcode parameter of the <a
325325 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/index.html">S3 API</a> multipart
326- * operations. This applies in particular to the following operations: <p> < ul> <li><a
326+ * operations. This applies in particular to the following operations: <ul> <li><a
327327 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/abort-multipart-upload.html">abort-multipart-upload</a></li>
328328 * <li><a
329329 * href="https://docs.aws.amazon.com/cli/latest/reference/s3api/complete-multipart-upload.html">complete-multipart-upload</a></li>
0 commit comments