Skip to content

ewdurbin/sentry-s3-nodestore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-s3-nodestorage

Sentry extension implementing the NodeStorage interface for Amazon Simple Storage Service

Installation

$ pip install sentry-s3-nodestore

Configuration

SENTRY_NODESTORE = 'sentry_s3_nodestore.backend.S3NodeStorage'
SENTRY_NODESTORE_OPTIONS = {
    'bucket_name': 'my-sentry-bucket',
    'region': 'us-west-1`, # Necessary for buckets outside US-Standard
    'aws_access_key_id': 'AKIAIJ....',
    'aws_secret_access_key': 'deadbeefdeadbeef....'
}

About

A Sentry extension to add S3 as a NodeStore backend.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages