Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Phillip Couto
sentry-swift-nodestore
Commits
08aca72b
Commit
08aca72b
authored
Mar 14, 2018
by
Phillip Couto
Browse files
Tried to get the SSL configuration working but no dice
parent
a49c6a02
Changes
2
Hide whitespace changes
Inline
Side-by-side
sentry_swift_nodestore/backend.py
View file @
08aca72b
...
...
@@ -16,10 +16,9 @@ from sentry.nodestore.base import NodeStorage
class
SwiftNodeStorage
(
NodeStorage
):
def
__init__
(
self
,
container_name
=
None
,
auth_url
=
None
,
user
=
None
,
key
=
None
,
ttl
=
None
,
cacert
=
None
):
self
.
conn
=
swiftclient
.
Connection
(
auth_url
,
user
,
key
,
auth_version
=
1
,
cacert
)
ttl
=
None
):
self
.
conn
=
swiftclient
.
Connection
(
auth_url
,
user
,
key
,
auth_version
=
1
)
self
.
container
=
container_name
self
.
ttl
=
ttl
...
...
setup.py
View file @
08aca72b
...
...
@@ -8,12 +8,12 @@ from setuptools import setup
install_requires
=
[
'sentry>=8.19.0'
,
'python-swiftclient>=3.
4
.0'
'python-swiftclient>=3.
5
.0'
]
setup
(
name
=
'sentry-swift-nodestore'
,
version
=
'
0
.0.3'
,
version
=
'
1
.0.3'
,
author
=
'Phillip Couto'
,
author_email
=
'pcouto@eckler.ca'
,
url
=
'https://gitlab.fs.eckler.ca/pcouto/sentry-swift-nodestore'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment