Skip to content

bkyryliuk/s3werkzeugcache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3werkzeugcache

Following is an example of use of s3cache for a server side encryption enabled bucket

  bucket = 'test-bucket'

  put_extra_args = {'ServerSideEncryption': 'AES256'}
  cache = S3Cache(bucket, 'cache_test/', put_extra_args=put_extra_args)
  cache.add('name', 's3cache')
  val = cache.get('name')
  print(val)

About

S3 implementation of the werkzeug cache

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages