1. 首页
  2. 数据库
  3. 其它
  4. sentry s3 nodestore:一个Sentry扩展用于将S3添加为NodeStore后端 源码

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

上传者: 2021-05-22 02:48:31上传 ZIP文件 5.81KB 热度 16次
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....' }
下载地址
用户评论