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
{{ message }}
This repository has been archived by the owner on Apr 30, 2019. It is now read-only.
This S3 wagon provider currently fails if - like in our case - the S3 bucket is in eu-central-1 region (frankfurt). I can see that the Region class is incomplete. Please add support for this region.
Thx, Gunther Klein
The text was updated successfully, but these errors were encountered:
Hi @rafalwrzeszcz
I've tried this plugin from zalando, but getting exceptions:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-deploy-plugin:2.7:deploy (default-deploy) on project myproject: Failed to retrieve remote metadata ua.asprelis:myproject:1.2.9.SNAPSHOT/maven-metadata.xml: Could not transfer metadata ua.asprelis:myproject:1.2.9.SNAPSHOT/maven-metadata.xml from/to s3-my-snapshot-repo (s3://my-maven-repo-fr/snapshots): Access Denied (Service: Amazon S3; Status Code: 403; Error Code: AccessDenied; Request ID: 5760F8923BFFDB59) -> [Help 1]
I can't find any source or documentation of this plugin in open source. Is it still working?
Updated:
Access Denied occurs because Zalando fork seems like does not support reading credentials from ~/.mvn/settingx.xml. For me it works only with system properties mvn deploy mvn clean deploy -Daws.accessKeyId=abd.... -Daws.secretKey=cde...
Updated2:
Try our fork. It supports all available regions.
This S3 wagon provider currently fails if - like in our case - the S3 bucket is in eu-central-1 region (frankfurt). I can see that the Region class is incomplete. Please add support for this region.
Thx, Gunther Klein
The text was updated successfully, but these errors were encountered: