Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Download file with default provider does not work #3

Open
simaofontes-ceg opened this issue Oct 30, 2018 · 0 comments
Open

Download file with default provider does not work #3

simaofontes-ceg opened this issue Oct 30, 2018 · 0 comments

Comments

@simaofontes-ceg
Copy link

When we try to specify it to use the default provider this is not possible.

<plugins>
      <plugin>
        <groupId>com.upplication.maven.plugins</groupId>
        <artifactId>s3-download-maven-plugin</artifactId>
        <version>1.0.2-SNAPSHOT</version>
        <executions>
          <execution>
              <phase>generate-resources</phase>
              <goals>
                  <goal>s3-download</goal>
              </goals>
              <configuration>
                  <bucketName>my-s3-bucket</bucketName>
                  <destination>/my/local/dir/</destination>
                  <!-- would like to use the default provider -->
                  <accessKey></accessKey>
                  <secretKey></secretKey>
              </configuration>
          </execution>
        </executions>
      </plugin>
sfontes added a commit to sfontes/s3-download-maven-plugin that referenced this issue Oct 30, 2018
Access key and Secret key needed to be defined in the pom file and when
they were not the pom file would not run. Since the access key and
secret key can be optional I have defined it as optional.

Fixes Upplication#3
sfontes added a commit to sfontes/s3-download-maven-plugin that referenced this issue Nov 6, 2018
Access key and Secret key needed to be defined in the pom file and when
they were not the pom file would not run. Since the access key and
secret key can be optional I have defined it as optional.

Fixes Upplication#3
velo referenced this issue in velo/s3-download-maven-plugin Mar 16, 2023
…tpom-sortpom-maven-plugin-3.2.1

Bump sortpom-maven-plugin from 2.10.0 to 3.2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant