Static assets
Static assets (mainly, but not only, pictures and videos) that are handled by the API backend are stored on an S3 Bucket. A CloudFront CDN caches and distributes them.
- Production: https://static.igem.org
- Development: https://static-dev.igem.org
Naming conventions
Ideally, the organisation within the S3 Bucket should be consistent with the API endpoints. For example, a deliverable video file is stored as:
./competitions/<YEAR>/teams/<TEAM_NAME>/deliverables/<DELIVERABLE>/<UUID>-<LANGUAGE>.mp4
Important notes
- The content available on CloudFront is cached, and any modification is propagated to edge nodes within 24 hours. In other words, if you update a file, it might take 24 hours to appear on the CDN.