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

Collection thumbnail uploader #4

Open
1 task
smohiudd opened this issue Nov 7, 2024 · 0 comments
Open
1 task

Collection thumbnail uploader #4

smohiudd opened this issue Nov 7, 2024 · 0 comments
Assignees

Comments

@smohiudd
Copy link
Collaborator

smohiudd commented Nov 7, 2024

Description

Thumbnails in STAC collections are stored in a MCP s3 bucket (s3://veda-thumbnails/) that is then served by a cloudfront url:

    "assets": {
      "thumbnail": {
          "title": "Thumbnail",
          "description": "Photo by [Jonny Glessner](https://x.com/JonnyGlessner/status/1768424574855610777/photo/4) (Wedge tornado passing southeast of Wapakoneta, Ohio on March 14, 2024)",
          "href": "https://thumbnails.openveda.cloud/tornado-2024-cover.png",
          "type": "image/jpeg",
          "roles": ["thumbnail"]
      }
    },

Not all users have access to the MCP bucket so we need to allow the capability for a user to upload a thumbnail to the bucket that can then be referenced in the STAC collection.

Acceptance Criteria

  • A user is able to upload a thumbnail image using the interface to the S3 bucket
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