
Research
/Security News
10 npm Typosquatted Packages Deploy Multi-Stage Credential Harvester
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.
@pulumi/aws-s3-replicated-bucket
Advanced tools
Create a [s3](https://www.pulumi.com/docs/reference/pkg/aws/s3/bucket/) that replicates its contents to another [region](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
Create a s3 that replicates its contents to another region.
This package is available in many languages in the standard packaging formats.
To use from JavaScript or TypeScript in Node.js, install using either npm:
$ npm install @pulumi/replicatedbucket
or yarn:
$ yarn add @pulumi/replicatedbucket
To use from Python, install using pip:
$ pip install pulumi_replicatedbucket
To use from Go, use go get to grab the latest version of the library
$ go get github.com/pulumi/pulumi-replicatedbucket/sdk
To use from .NET, install using dotnet add package:
$ dotnet add package Pulumi.ReplicatedBucket
The Pulumi replicated Bucket provides a simple and correct implementation of a s3 bucket replicated to another region.
const bucket = new replicatedBucket.Bucket("bucket", {
destinationRegion: "us-east-1",
});
var bucket = new ReplicatedBucket.Bucket(ctx, "bucket", new ReplicatedBucket.BucketArgs{
DestinationRegion: pulumi.String("us-east-1")
})
bucket, err = replicatedbucket.NewBucket(ctx, "bucket", &replicatedbucket.BucketArgs{
DestinationRegion: pulumi.String("us-east-1"),
})
bucket = pulumi_replicatedbucket.Bucket("bucket", destination_region="us-east-1")
FAQs
Create a [s3](https://www.pulumi.com/docs/reference/pkg/aws/s3/bucket/) that replicates its contents to another [region](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Concepts.RegionsAndAvailabilityZones.html).
We found that @pulumi/aws-s3-replicated-bucket demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Socket researchers found 10 typosquatted npm packages that auto-run on install, show fake CAPTCHAs, fingerprint by IP, and deploy a credential stealer.

Product
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.