Skip to main content

Replicated Bucket Pulumi Component Provider

Create a s3 that replicates its contents to another region.


Installing

This package is available in many languages in the standard packaging formats.

Node.js (Java/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

$ npm install @pulumi/replicatedbucket

or yarn:

$ yarn add @pulumi/replicatedbucket

Python

To use from Python, install using pip:

$ pip install pulumi_replicatedbucket

Go

To use from Go, use go get to grab the latest version of the library

$ go get github.com/pulumi/pulumi-replicatedbucket/sdk

.NET

To use from .NET, install using dotnet add package:

$ dotnet add package Pulumi.ReplicatedBucket

Concept


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")

Release files for pulumi-aws-s3-replicated-bucket 0.0.6

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pulumi-aws-s3-replicated-bucket 0.0.6
File Size Uploaded
pulumi_aws_s3_replicated_bucket-0.0.6.tar.gz 6.2 kB Details

Release files / pulumi_aws_s3_replicated_bucket-0.0.6.tar.gz

Download URL pulumi_aws_s3_replicated_bucket-0.0.6.tar.gz
Size 6.2 kB
Tags Source
SHA-256 checksum
How to use checksums
ab28f04e5653cb90b40f8bb1dff61360e5d43da1e8dbdd31d3297deb24418f06
BLAKE2b-256 checksum
How to use checksums
9bc0a589a579b734e8f4be3848a69229de97f0ce8385b9a527cb18de12bf7cb3
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.7

Release history Release notifications | RSS feed

This release

0.0.6 This release

1 release file

0.0.5

1 release file

0.0.0

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page