You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to make 1 s3 into 5 different projects for Server-side websites?
Let says :
BucketName : live-project
Path/Folder:
/prod/
/staging/
/dev/
I have a construct like this for the prod branch
constructs:
website:
type: server-side-website
assets:
'/css/': prod/css
'/js/': prod/js
'/images/*': prod/images
I think the only question is, how to upload the package into the bucket with the folder, and can it be re-used the existing bucket?
Start from the Use-case
Hello,
Is it possible to make 1 s3 into 5 different projects for Server-side websites?
Let says :
BucketName : live-project
Path/Folder:
I have a construct like this for the prod branch
constructs:
website:
type: server-side-website
assets:
'/css/': prod/css
'/js/': prod/js
'/images/*': prod/images
I think the only question is, how to upload the package into the bucket with the folder, and can it be re-used the existing bucket?
Example Config
No response
Implementation Idea
constructs:
website:
type: server-side-website
uploadPath: prod/
assets:
'/css/': prod/css
'/js/': prod/js
'/images/*': prod/images
The text was updated successfully, but these errors were encountered: