Hello all!, Had a quick question for you guys. Wha...
# aws
b
Hello all!, Had a quick question for you guys. Whats best practice to upload multiple s3objects? I'm new to pulumi and wasn't sure if I should create a for loop or should I use the aws cli?
a
aws s3 sync
m
If you're uploading lots of objects and want to manage that as part of your Pulumi program, you might want to check out our SyncedFolder component: https://www.pulumi.com/registry/packages/synced-folder/
We use this component ourselves in a bunch of places, including our architecture templates -- e.g., here, in the Static Website template: https://www.pulumi.com/templates/static-website/aws/
b
Ok thanks!!!!! that was quick reply
m
You bet, best of luck