sentry-s3-nodestore:一个Sentry扩展,用于将S3添加为NodeStore后端

时间:2021-05-13 21:29:08
【文件属性】:
文件名称:sentry-s3-nodestore:一个Sentry扩展,用于将S3添加为NodeStore后端
文件大小:6KB
文件格式:ZIP
更新时间:2021-05-13 21:29:08
Python sentry-s3节点存储 扩展实现了的NodeStorage接口 安装 $ pip install sentry-s3-nodestore 配置 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....' }
【文件预览】:
sentry-s3-nodestore-master
----.travis.yml(184B)
----sentry_s3_nodestore()
--------test()
--------__init__.py(0B)
--------backend.py(3KB)
----tox.ini(156B)
----LICENSE(1KB)
----setup.py(1KB)
----.gitignore(24B)
----README.md(594B)

网友评论