Skip to content

Commit

Permalink
Add nf-float 0.4.5
Browse files Browse the repository at this point in the history
Fixing a compatibility issue between MMC and AWS API.
The endpoint for AWS region us-east-1 is different with other
regions.  The algorithm used by MMC to provide the default endpoint
does not work.

Add support in nf-float plugin to retrieve the endpoint configuration
from `aws.client.endpoint` and supply this to MMC if available.

Changes is available at:
MemVerge/nf-float#94
  • Loading branch information
jealous committed Sep 16, 2024
1 parent 24c20c9 commit 7797eb7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2838,6 +2838,13 @@
"url": "https://github.com/MemVerge/nf-float/releases/download/0.4.4/nf-float-0.4.4.zip",
"requires": ">=23.04.0",
"sha512sum": "29ab5cc167f2ac6f33e646e4caf9378bc2f3007d8c93aa4cdf549b8e05f02ec5999f0461fe866de9c3ca876cae101f5eb8a6d8c58a44ad61bd1ac7946001dc40"
},
{
"version": "0.4.5",
"date": "2024-09-16T10:10:55.134288-07:00",
"url": "https://github.com/MemVerge/nf-float/releases/download/0.4.5/nf-float-0.4.5.zip",
"requires": ">=23.04.0",
"sha512sum": "4dd55d943dfcb35565b9c4b3b56e9dfc59b85d7135e10d2257662a00131e9de80c2faaa0e62f307abf786b0aef40918cbfced99081dde6db8ac7ce6abc39c407"
}
]
},
Expand Down

0 comments on commit 7797eb7

Please sign in to comment.