-
Notifications
You must be signed in to change notification settings - Fork 175
Authorization mechanism not supported #48
Comments
Apparently, v4 is mandatory only in Frankfurt and Seoul. Try another region. But a fix would be handy. |
👍 |
We're maintaining a custom branch that will resolve this. https://github.com/verygoodsecurity/aws-maven <pluginRepositories>
<pluginRepository>
<id>bintray-vgs</id>
<name>bintray-vgs</name>
<url>https://dl.bintray.com/vg/vgs-oss</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
</pluginRepository>
</pluginRepositories> and <extension>
<groupId>io.vgs.tools</groupId>
<artifactId>aws-maven</artifactId>
<version>1.4.3</version>
</extension> Will give you all current regions |
@mjallday Hi just for FYI , you dont have 1.4.3 version updated in above repository (as it is given in example) .. so maven fails in case of direct copy paste work :) |
@umesh936 thanks! deployed. |
@mjallday It looks like public repo https://dl.bintray.com/vg/vgs-misc has been moved behind a basic auth. Is this closed for public consumption, do we know of any known source to consume the aws wagon anywhere. thanks in advance |
@ravipetlur you can clone this code and build, release to your own repository. Then point dependancy to your own repository. It will solve your problem. |
Yup, sorry about that @ravipetlur . Updated links are: I've updated the example above so it's correct. |
Failed to run
mvn deploy
becauseThe text was updated successfully, but these errors were encountered: