Skip to content

dmacewen/boto_local_cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Boto local cache

Cache S3 data locally. Mocks Boto3 get_object and put_object.

get_object

  • It will first check if the key is cached locally before going to S3.
  • If the object is not saved locally, save result from S3 locally

put_object

  • Will just save locally

About

Cache S3 Data Locally

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages