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: README.md
+24-1Lines changed: 24 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -159,7 +159,9 @@ The following properties are expected to be present on the deployment `context`
159
159
-`gzippedFiles` (provided by [ember-cli-deploy-gzip][3])
160
160
-`manifestPath` (provided by [ember-cli-deploy-manifest][4])
161
161
162
-
## Minimum S3 Permissions
162
+
## Configuring Amazon S3
163
+
164
+
### Minimum S3 Permissions
163
165
164
166
Ensure you have the minimum required permissions configured for the user (accessKeyId). A bare minimum policy should have the following permissions:
165
167
@@ -184,6 +186,25 @@ Ensure you have the minimum required permissions configured for the user (access
184
186
```
185
187
Replace <your-s3-bucket-name> with the name of the actual bucket you are deploying to. Also, remember that "PutObject" permission will effectively overwrite any existing files with the same name unless you use a fingerprinting or a manifest plugin.
186
188
189
+
### Sample CORS configuration
190
+
191
+
To properly serve certain assets (i.e. webfonts) a basic CORS configuration is needed
0 commit comments