Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
au.com.cyberavenue:s3-upload-maven-plugin
Advanced tools
A maven plugin for uploading files or directories to an s3 bucket
Uploads a file or (recursively) the contents of a directory to S3.
Parameter | Description | Required | Default |
---|---|---|---|
bucketName | The name of the bucket | yes | |
source | The source file or folder (was sourceFile before 1.2) | yes | |
destination | The destination file or destination folder (was destinationFile before 1.2) | no | |
recursive | If this is a directory copy, recursively copy all contents (since 1.2) | no | false |
accessKey | S3 access key | no | if unspecified, uses the Default Provider, falling back to env variables |
secretKey | S3 secret key | no | if unspecified, uses the Default Provider, falling back to env variables |
doNotUpload | Dry run | no | false |
endpoint | Use a different s3 endpoint | no | s3.amazonaws.com |
<build>
...
<plugins>
...
<plugin>
<groupId>com.bazaarvoice.maven.plugins</groupId>
<artifactId>s3-upload-maven-plugin</artifactId>
<version>1.4</version>
<configuration>
<bucketName>my-s3-bucket</bucketName>
<source>dir/filename.txt</source>
<destination>remote-dir/remote-filename.txt</destination>
</configuration>
</plugin>
</plugins>
</build>
<build>
...
<plugins>
...
<plugin>
<groupId>com.bazaarvoice.maven.plugins</groupId>
<artifactId>s3-upload-maven-plugin</artifactId>
<version>1.4</version>
<configuration>
<bucketName>my-s3-bucket</bucketName>
<source>dir</source>
<destination>remote-dir</destination>
<recursive>true</recursive>
</configuration>
</plugin>
</plugins>
</build>
FAQs
A maven plugin for uploading files or directories to an s3 bucket
We found that au.com.cyberavenue:s3-upload-maven-plugin demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.