anomaly / anomaly/lab-python-server

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

オープン
#19 コメント 4 件 リアクション 0 件 担当者 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 を短くまとめたダイジェスト。