Commit d359232f by Will Daly

Small developer doc formatting fixup

parent 3cc5adbe
...@@ -33,10 +33,8 @@ configured: ...@@ -33,10 +33,8 @@ configured:
* AWS_ACCESS_KEY_ID - The AWS Access Key ID. * AWS_ACCESS_KEY_ID - The AWS Access Key ID.
* AWS_SECRET_ACCESS_KEY - The associated AWS Secret Access Key. * AWS_SECRET_ACCESS_KEY - The associated AWS Secret Access Key.
* FILE_UPLOAD_STORAGE_BUCKET_NAME - The name of the S3 Bucket configured for * FILE_UPLOAD_STORAGE_BUCKET_NAME - The name of the S3 Bucket configured for uploading and downloading content.
uploading and downloading content. * FILE_UPLOAD_STORAGE_PREFIX (optional) - The file prefix within the bucket for storing all content. Defaults to 'submissions_attachments'
* FILE_UPLOAD_STORAGE_PREFIX (optional) - The file prefix within the bucket
for storing all content. Defaults to 'submissions_attachments'
In addition, your S3 bucket must be have CORS configuration set up to allow PUT In addition, your S3 bucket must be have CORS configuration set up to allow PUT
and GET requests to be performed across request origins. To do so, you must: and GET requests to be performed across request origins. To do so, you must:
...@@ -56,4 +54,4 @@ and GET requests to be performed across request origins. To do so, you must: ...@@ -56,4 +54,4 @@ and GET requests to be performed across request origins. To do so, you must:
<AllowedMethod>PUT</AllowedMethod> <AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>GET</AllowedMethod> <AllowedMethod>GET</AllowedMethod>
</CORSRule> </CORSRule>
</CORSConfiguration> </CORSConfiguration>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment