Hello package authors. Is it possible to publish a...
# package-authoring
b
Hello package authors. Is it possible to publish a Native Provider to S3 (instead of Pulumi Registry or GitHub)? I have been unable to find documentation about this capability.
b
l
b
I can confirm that it is possible to publish to S3. Thank you for your help @limited-rainbow-51650!
b
@brave-cartoon-40872 I am curious, did you just front the S3 bucket with a Website?
b
no website. the S3 bucket hosts the provider binary and the pulumi CLI can fetch the binary from the bucket.
b
using s3 protocol?
b
nope, https
b
interesting, will give this a try
your ACL set to public?
b
Copy code
pulumi plugin install resource <provider-name> <version> --server https://<bucket-name>.<http://s3.us-west-2.amazonaws.com|s3.us-west-2.amazonaws.com>
> your ACL set to public? no, its limited to my company’s internal network.
b
k