File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
storage/framework/core/cloud/src/cloud Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -130,6 +130,8 @@ export class Cloud extends Stack {
130
130
...props ,
131
131
publicBucket : this . storage . publicBucket ,
132
132
privateBucket : this . storage . privateBucket ,
133
+ appBucket : this . storage . publicBucket ,
134
+ docsBucket : this . storage . docsBucket ,
133
135
cdn : this . cdn . distribution ,
134
136
} )
135
137
}
Original file line number Diff line number Diff line change @@ -126,7 +126,8 @@ export class Cloud extends Stack {
126
126
127
127
this . deployment = new DeploymentStack ( this , {
128
128
...props ,
129
- publicBucket : this . storage . publicBucket ,
129
+ appBucket : this . storage . publicBucket ,
130
+ docsBucket : this . storage . docsBucket ,
130
131
privateBucket : this . storage . privateBucket ,
131
132
cdn : this . cdn . distribution ,
132
133
} )
You can’t perform that action at this time.
0 commit comments