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

Dockerize flask app, allow to download files from S3 from generated URLs #3

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 30, 2021

  1. fix: should run app with "flask run"

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    2c101ef View commit details
    Browse the repository at this point in the history
  2. fix: should not mask errors

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    f617f57 View commit details
    Browse the repository at this point in the history
  3. feat: set bucket name passing env

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    c13a9a3 View commit details
    Browse the repository at this point in the history
  4. improvement: update python version 3.8

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    74698eb View commit details
    Browse the repository at this point in the history
  5. feat: way to run in docker container

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    55b22a5 View commit details
    Browse the repository at this point in the history
  6. feat: Serve static files in Flask from private AWS S3 bucket

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    3af3d6a View commit details
    Browse the repository at this point in the history
  7. ref: no download_file, use root

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    631a11d View commit details
    Browse the repository at this point in the history
  8. ref: create a temporary directory using the context manager

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Sep 30, 2021
    Configuration menu
    Copy the full SHA
    30bbb2c View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. docs: Get pre-baked container

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    121e4aa View commit details
    Browse the repository at this point in the history
  2. fix: buster it outdated debian, use alpine >= 3.14

    Signed-off-by: Denis Trofimov <[email protected]>
    denist-huma committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    5d808a1 View commit details
    Browse the repository at this point in the history