Skip to content

spoqa/sqlalchemy-imageattach-boto3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLAlchemy-ImageAttach-boto3

PyPI version badge PyPI license badge

SQLAlchemy-ImageAttach AWS S3 Store with boto3

Since the S3Store of SQLAlchemy-ImageAttach uses HTTP API and AWS Signature Version 4 to get/put images to S3, AWS access key and secret key is required. But if an application does not have access key (i.e. given access by AWS IAM Role), the application cannot use S3Store. So SQLAlchemy-ImageAttach-boto3 offers Boto3S3Store, reimplemented S3Store with boto3, so that the application can use various credential sources that boto3 offers.

Installation

Available on PyPI:

$ pip install SQLAlchemy-ImageAttach-boto3

About

SQLAlchemy-ImageAttach AWS S3 Store with boto3

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages