We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The dataEntries data returned from the API uses default S3 hostname instead of xyz.terraso.org.
"dataEntries": { "edges": [ { "node": { "id": "fc380b23-a22f-451a-8d6b-6134bad27806", "name": "name name here2", "description": "222222 blah blah Good file description", "resourceType": "csv", "url": "https://files.staging.terraso.org/f3952a22-9328-4f09-8980-ba70a0b58a87/terraso-a11y-test_1.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=xxxxxxx%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20221003T193358Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=xxxxxxx",
"dataEntries": { "edges": [ { "node": { "id": "fc380b23-a22f-451a-8d6b-6134bad27806", "name": "name name here2", "description": "222222 blah blah Good file description", "resourceType": "csv", "url": "https://s3.us-east-2.amazonaws.com/files.staging.terraso.org/f3952a22-9328-4f09-8980-ba70a0b58a87/terraso-a11y-test_1.csv?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=xxxxxxx%2Fus-east-2%2Fs3%2Faws4_request&X-Amz-Date=20221003T193358Z&X-Amz-Expires=3600&X-Amz-SignedHeaders=host&X-Amz-Signature=xxxxxxx",
The text was updated successfully, but these errors were encountered:
Do we envision the solution using a proxy or a CloudFront custom url?
Sorry, something went wrong.
No. We are already using Cloudflare to proxy things.
Possible fix: jschneier/django-storages#839 (comment)
JeancarloBarrios
Successfully merging a pull request may close this issue.
Description
The dataEntries data returned from the API uses default S3 hostname instead of xyz.terraso.org.
Steps To Reproduce
Expected behavior
Actual behavior
The text was updated successfully, but these errors were encountered: