Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서승완
/
kappa
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
Mitch Garnaat
2015-03-05 09:17:15 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
171582b4a76b75c0ab7663daaf3b44099f577ff3
171582b4
1 parent
7c0fa205
Minor fix for landscape.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
kappa/event_source.py
kappa/event_source.py
View file @
171582b
...
...
@@ -127,7 +127,7 @@ class S3EventSource(EventSource):
LOG
.
debug
(
response
)
def
status
(
self
,
function
):
LOG
.
debug
(
'status for s3 notification
'
)
LOG
.
debug
(
'status for s3 notification
for
%
s'
,
function
.
name
)
response
=
self
.
_s3
.
get_bucket_notification
(
Bucket
=
self
.
_get_bucket_name
())
LOG
.
debug
(
response
)
...
...
Please
register
or
login
to post a comment