Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upload testing #9

Closed
nbumbarger opened this issue Nov 15, 2016 · 2 comments
Closed

Upload testing #9

nbumbarger opened this issue Nov 15, 2016 · 2 comments

Comments

@nbumbarger
Copy link
Collaborator

@jflasher, would you mind adding a permissive CORS policy to the upload bucket, to help me finish testing? I spoke with @danielfdsilva and gathered that it shouldn't be much of a security problem in light of the signed URLs.

@jflasher
Copy link

Following policy is now on the bucket.

<CORSConfiguration>
    <CORSRule>
        <AllowedOrigin>*</AllowedOrigin>
        <AllowedMethod>PUT</AllowedMethod>
        <MaxAgeSeconds>3000</MaxAgeSeconds>
        <AllowedHeader>*</AllowedHeader>
    </CORSRule>
</CORSConfiguration>

@nbumbarger
Copy link
Collaborator Author

Thanks, @jflasher!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants