AWS opensearch-service documentation change
Summary
Fixed a typo in 'up upload' to 'upload' in custom package upload instructions
Security assessment
Typo correction with no security implications. Change improves clarity but doesn't address vulnerabilities or security features.
Diff
diff --git a/opensearch-service/latest/developerguide/custom-packages.md b/opensearch-service/latest/developerguide/custom-packages.md index eb975945b..631dd6cc3 100644 --- a//opensearch-service/latest/developerguide/custom-packages.md +++ b//opensearch-service/latest/developerguide/custom-packages.md @@ -74 +74 @@ Grant all permission within IAM, not in the domain access policy. For more infor -This section covers how to up upload custom dictionary packages, since pre-packaged plugin packages are already installed. Before you can associate a custom dictionary with your domain, you must upload it to an Amazon S3 bucket. For instructions, see [Uploading objects](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/upload-objects.html) in the _Amazon Simple Storage Service User Guide_. Supported plugins don't need to be uploaded. +This section covers how to upload custom dictionary packages, since pre-packaged plugin packages are already installed. Before you can associate a custom dictionary with your domain, you must upload it to an Amazon S3 bucket. For instructions, see [Uploading objects](https://docs.aws.amazon.com/AmazonS3/latest/user-guide/upload-objects.html) in the _Amazon Simple Storage Service User Guide_. Supported plugins don't need to be uploaded.