Commit fbea2d1
committed
Fix #49 large zip scenario file upload failure
When user uploads a large zip file for scenario file, the console generates an error message.
"Error ETagMissing: No access to ETag property on response. Check CORS configuration to expose ETag header."
Adding "ETag" header to ExposeHeaders will fix the error.
I references https://docs.amplify.aws/lib/storage/getting-started/q/platform/js#amazon-s3-bucket-cors-policy-setup and aws-amplify/amplify-cli#297 for solutions.1 parent e880248 commit fbea2d1
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
633 | 633 | | |
634 | 634 | | |
635 | 635 | | |
| 636 | + | |
| 637 | + | |
636 | 638 | | |
637 | 639 | | |
638 | 640 | | |
| |||
0 commit comments