Folks, I'm trying to upload a file from one bucket...
# aws
h
Folks, I'm trying to upload a file from one bucket to another (replicate an archive for a Lambda that needs to run in multiple regions): BucketObject -> BucketObject Thought of using RemoteAsset but not sure how to get a working link (signed) from an existing BucketObject. Any other ideas welcome 🙂
g
Are you defining the first BucketObject in your pulumi app? In other words, are you uploading to the first bucket from your pulumi app, or does the original file already exist?