https://pulumi.com logo
#python
Title
e

early-musician-41645

10/25/2018, 4:58 PM
ah, yeah, my syntax was off, thanks! this works:
Copy code
bucketObject = s3.BucketObject("some/foo/path/my-bucket-object",
  bucket=bucket.bucket,
  content="hello foo world")