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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
24
24
25
25
### Added
26
26
27
+
- Restored `filmdrop_ui_bucket_name` input variable to specify the S3 bucket for deploying the built UI application
28
+
27
29
### Changed
28
30
29
31
### Fixed
30
32
33
+
- Fixed `CONTENT_BUCKET` environment variable to use `filmdrop_ui_bucket_name` instead of the config bucket, preventing the built UI from being synced to the same bucket as the CodeBuild configuration
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ Before using this module, ensure you have:
59
59
- Security groups allowing outbound traffic
60
60
- VPC ID and subnet IDs
61
61
62
-
3.**S3 Bucket**:
63
-
-Creates an S3 bucket to hold the build configuration
64
-
-*Requires* an already existing bucket for the application to be deployed to
62
+
3.**S3 Buckets**:
63
+
-The module automatically creates an S3 bucket to hold the CodeBuild configuration (buildspec.yml)
64
+
-*Requires* an already existing S3 bucket for the built application to be deployed to (specified via `filmdrop_ui_bucket_name` variable)
65
65
66
66
4.**Configuration Files**:
67
67
-**Filmdrop UI Config JSON** (`./utils/config.dev.json`): Configuration file for the Filmdrop-UI application (see [Filmdrop UI documentation](https://github.com/Element84/filmdrop-ui) for structure)
@@ -170,6 +170,7 @@ No modules.
170
170
171
171
| Name | Description | Type | Default | Required |
| <aname="input_filmdrop_ui_bucket_name"></a> [filmdrop\_ui\_bucket\_name](#input\_filmdrop\_ui\_bucket\_name)| Name of the S3 bucket where the built FilmDrop UI application will be deployed |`string`| n/a | yes |
173
174
| <aname="input_filmdrop_ui_config"></a> [filmdrop\_ui\_config](#input\_filmdrop\_ui\_config)| The base64 encoded file contents of the Filmdrop UI Deployment Config File |`string`| n/a | yes |
174
175
| <aname="input_filmdrop_ui_logo"></a> [filmdrop\_ui\_logo](#input\_filmdrop\_ui\_logo)| The base64 encoded file contents of the supplied custom logo |`string`| n/a | yes |
175
176
| <aname="input_filmdrop_ui_logo_file"></a> [filmdrop\_ui\_logo\_file](#input\_filmdrop\_ui\_logo\_file)| File of the supplied custom logo |`string`| n/a | yes |
0 commit comments