diff --git a/bucket/awsSts.json b/bucket/awsSts.json new file mode 100644 index 0000000000..efb0f91777 --- /dev/null +++ b/bucket/awsSts.json @@ -0,0 +1,19 @@ +{ + "homepage": "https://github.com/NearlyUnique/awsSts", + "description": "Create temporary login session for AWS CLI", + "version": "0.8", + "license": "MIT", + "url": "https://github.com/NearlyUnique/awsSts/releases/download/0.8/awsSts-0.8-windows.exe#/awsSts.exe", + "hash": "c5691ef95bd870b61ca451d176c7506cdbaf59ef9e9c534ae0c510016c7bc40a", + "bin": [ + "awsSts.exe", + [ + "awsSts.exe", + "awsSts2" + ] + ], + "checkver": "github", + "autoupdate": { + "url": "https://github.com/NearlyUnique/awsSts/releases/download/$version/awsSts-$version-windows.exe#/awsSts.exe" + } +}