anomaly / anomaly/lab-python-server

Providing a sample of uploading and downloading secure files from an S3 compatible object store

未关闭
#19 4 条评论 0 个 reaction 已指派 1 人 已被 @devraj 认领 在 GitHub 查看
主要语言
Python
星标
16
派生
4
PR 合并指标
30 天内没有已合并 PR

描述

Most object stores we work with are S3 compatible, which is now the industry standard for defining object stores. Linode follows the same standard for their object store product offering.

The example will cover protected uploads and downloads via signed urls, this can later be extend to publicly available content. The example should offer samples:

- A meta data table that stores the information about the uploaded file
- Signed URLs to upload content to an object store
- Signed URLs for downloading objects from the store
- Related the uploaded content to the User object
- Use MinIO to wrap the calls and provide a local server to simulate uploads (requires providing a Docker setup for the development server)

Provide documentation on how to use this in the application

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。