This message was deleted.
# aws
s
This message was deleted.
b
So you want to keep the old versions there as well as uploading the new ones?
g
yes, that would be desired
I'm also having troubles making beanstalk to accept new version from pulumi
b
So the idea of Pulumi is that it describes what your end-state should be. So if you want multiple versions available, you're going to have to loop through your local directory and create multiple
BucketObject
resources
The same with the beanstalk. It'll create the new version and then delete the old one
g
so I guess that another solution is to write a function that uploads file to S3 and tells pulumi to take S3 key when changing
ApplicationVersion
object which should trigger environment version change as well