Skip to content

Alireza2n/sentry-s3-nodestore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sentry-s3-nodestorage

Sentry extension implementing the NodeStorage interface for Amazon Simple Storage Service and S3-compatible object storages such as Minio.

Sentry Configuration

SENTRY_NODESTORE = 'sentry_s3_nodestore.backend.S3NodeStorage'
SENTRY_NODESTORE_OPTIONS = {
    'bucket_name': 'my-sentry-bucket',
    'url': 'http://my-minio.local:9000',
    'aws_access_key_id': 'ABCD...',
    'aws_secret_access_key': 'EFG....'
}

Note

The bucket should already exist and be accessible by access key, this extension won't create the bucket.

Credits

About

A Sentry extension to add S3 as a NodeStore backend.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%