Files
o3de/Gems/AWSClientAuth/gem.json
T
Vincent Liu 0dca09b039 Update AWS gem info content (#5281)
* Update AWS gem info content

Signed-off-by: liug <liug@amazon.com>

* Tweak requirement statement based on feedback

Signed-off-by: liug <liug@amazon.com>
2021-11-09 16:56:06 -08:00

24 lines
680 B
JSON

{
"gem_name": "AWSClientAuth",
"display_name": "AWS Client Authorization",
"license": "Apache-2.0 Or MIT",
"license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
"origin": "Amazon Web Services, Inc.",
"type": "Code",
"summary": "AWS Client Auth provides client authentication and AWS authorization solution.",
"canonical_tags": [
"Gem"
],
"user_tags": [
"AWS",
"Network",
"SDK"
],
"icon_path": "preview.png",
"documentation_url": "https://o3de.org/docs/user-guide/gems/reference/aws/aws-client-auth/",
"dependencies": [
"AWSCore",
"HttpRequestor"
]
}