You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Do not change the default `scratch` option if user has local work dir.
Changes is available at:
MemVerge/nf-float#94MemVerge/nf-float#95
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.
Do not change the default `scratch` option if user has local work dir.
Changes is available at:
MemVerge/nf-float#94MemVerge/nf-float#95
For local work directory, do not change the default
scratch
option.The text was updated successfully, but these errors were encountered: