Channels
announcements
automation-api
aws
azure
blog-posts
built-with-pulumi
cloudengineering
cloudengineering-support
content-share
contribex
contribute
docs
dotnet
finops
general
getting-started
gitlab
golang
google-cloud
hackathon-03-19-2020
hacktoberfest
install
java
jobs
kubernetes
learn-pulumi-events
linen
localstack
multi-language-hackathon
office-hours
oracle-cloud-infrastructure
package-authoring
pulumi-ai
pulumi-cdk
pulumi-cloud
pulumi-crosscode
pulumi-deployments
pulumi-kubernetes-operator
pulumiverse
python
registry
status
testingtesting123
testingtesting321
typescript
welcome
workshops
yaml
Powered by
Title
e
eager-lion-7694
03/30/2021, 2:23 AM
is there an example, preferrably in typescript/javascript, that demonstrates how to set up an s3 bucket that a web application can upload to, but has full public read access?
l
little-cartoon-10569
03/30/2021, 2:25 AM
All of the static website examples set up a bucket that has full public read access. E.g.
https://www.pulumi.com/docs/get-started/aws/begin/
Adding write access to a application running in AWS is documented in AWS. Some places to start might include
https://docs.aws.amazon.com/AmazonS3/latest/userguide/example-bucket-policies.html
and
https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_examples_s3_rw-bucket.html
#general
Join Slack