Skip to content

Commit

Permalink
Add S3 class
Browse files Browse the repository at this point in the history
* Add S3 class with put_file method
* Add correspondinig unit test and fixtures
* Add moto dependency for testing

* https://mitlibraries.atlassian.net/browse/DLSPP-110
  • Loading branch information
ehanson8 committed Sep 23, 2021
1 parent 840f694 commit 2494fa9
Show file tree
Hide file tree
Showing 5 changed files with 433 additions and 127 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ bandit = "*"
pytest = "*"
requests-mock = "*"
pytest-cov = "*"
moto = "*"

[requires]
python_version = "3.9"
Expand Down
Loading

0 comments on commit 2494fa9

Please sign in to comment.