Results 25 comments of gkatzioura

Hi there! Yes pull requests are accepted. Everything which is a new feature is always welcome :) Will check how can be done and be available on the next release.

Please try to do ``` AWS_DEFAULT_REGION=your-region AWS_ACCESS_KEY_ID=access_key AWS_SECRET_ACCESS_KEY=secret_key mvn clean deploy ``` or through your settings.xml ``` repo-id access_key secret_key eu-west-2 ```

You can do so if you use -X on maven. It actually displays all the logs

This is interesting. So based on the fact that bucket names are unique, regardless of region, the wagon shall download the artefacts. Will find something elegant for this.

Well this has to do with which repo you use ie. Azure/S3/Google Cloud. All of the implementation are based on the java binaries provided by them. Supporting the corporate proxy...

Thus you need to check the s3 sdk jar from aws and if it supported corporate proxy. I think it uses apache http client.

Thank you! Will check and evaluate

Hi @Pitxyoki I merged your other pull and is out there version 2.1. I will check this one and get back to you

Sorry for my late reply. If something like configuration exists then it is indeed a valid idea worth implementing. Unfortunately it is not referenced in the documentation. In any case...