index
:
delta/boto.git
2.0_stable
add-deprecation-notices
backporting_py27_fix
baserock/morph
branch_master_python3k
cleandocs
cloudtrail-update
develop
emr-fix
endpoints-v2
feature/s3-configuration-options
glacier
master
neo
py3kport
readme-boto3
requests_refactor
turnkey
warnings-docs
github.com: boto/boto.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
boto
/
sns
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'rectalogic-sns-message-attributes' into develop. Fixes #2360.
Daniel G. Taylor
2014-07-11
1
-1
/
+32
|
\
|
*
SNS message attributes fixes after actually testing with AWS.
Andrew Wason
2014-07-03
1
-5
/
+6
|
*
Add support for SNS message attributes.
Andrew Wason
2014-07-03
1
-1
/
+31
*
|
sns module: add backward-compatible support for Python 3.3+
Felix Yan
2014-07-04
1
-2
/
+2
|
/
*
Be consistent about relative imports
Daniel G. Taylor
2014-06-27
1
-1
/
+1
*
Initial work to support Python 3.3+
Daniel G. Taylor
2014-06-27
2
-2
/
+2
*
Started change to load endpoints from JSON.
Daniel Lindsley
2014-01-28
1
-32
/
+2
*
Update the docstring for the SNS subscribe method to include application prot...
Mitch Garnaat
2014-01-22
1
-2
/
+5
*
Add support for configuring SNS and SQS endpoints through boto.cfg
Branen Salmon
2014-01-15
1
-3
/
+5
*
Support for multiple credential profiles.
Zachary Musgrave
2014-01-09
1
-2
/
+4
*
Merge branch 'switch-to-super' into develop
Daniel Lindsley
2013-12-23
1
-2
/
+2
|
\
|
*
Updated all old-style inheritance calls.
Daniel Lindsley
2013-12-23
1
-2
/
+2
*
|
Added ``cn-north-1`` to the regions.
Daniel Lindsley
2013-12-20
1
-0
/
+3
|
/
*
Update connection.py
innovatifi
2013-09-20
1
-1
/
+2
*
SNS ``publish`` now uses POST.
Daniel Lindsley
2013-09-05
1
-1
/
+1
*
Fixed SNS' ``publish`` to behave better when sending mobile push notifications.
Daniel Lindsley
2013-08-28
1
-3
/
+13
*
sort dictionary parameters by keys. add unit tests for SNS
chilang
2013-08-28
1
-1
/
+2
*
fix serialization of parameter of type map
chilang
2013-08-28
1
-4
/
+30
*
Merge remote-tracking branch 'carllen/connect_to_region_us-gov-west-1' into d...
Daniel Lindsley
2013-08-14
1
-0
/
+3
|
\
|
*
Enable connect_to_region('us-gov-west-1') for all services in GovCloud
Christian Arllen
2013-08-04
1
-0
/
+3
*
|
Updated SNS docs.
Daniel Lindsley
2013-08-12
1
-28
/
+170
*
|
Add target_arn to publish method in SNS client
James Saryerwinnie
2013-06-25
1
-4
/
+16
*
|
Add mobile push API
James Saryerwinnie
2013-06-24
1
-123
/
+219
|
/
*
Added SigV4 support to SNS.
Daniel Lindsley
2013-06-17
1
-1
/
+1
*
Clean up some unnessary if statements
Michael Barrett
2013-03-28
1
-5
/
+5
*
Make subscribe_sqs_queue idempotent
Michael Barrett
2013-03-28
1
-7
/
+15
*
Refactor sns-sqs subscribe method to use arn property
James Saryerwinnie
2013-01-02
1
-2
/
+1
*
Handle case where no preexisting policy exists
James Saryerwinnie
2013-01-02
1
-1
/
+4
*
Convert an SQS queue policy to a correct format before modifying it
Munehisa Kamata
2013-01-02
1
-1
/
+2
*
Fix docstring for SNS topic params
James Saryerwinnie
2012-12-03
1
-2
/
+2
*
Add Sydney region for connect_to_* functions
James Saryerwinnie
2012-11-12
1
-0
/
+3
*
Consolidate simplejson/json imports to a compat module
James Saryerwinnie
2012-10-22
1
-5
/
+3
*
Merge branch 'ssl_cert_verification' into develop
Mitch Garnaat
2012-09-19
2
-23
/
+9
|
\
|
*
Updating all connection classes to handle validate_certs parameter.
Mitch Garnaat
2012-09-05
1
-2
/
+3
|
*
WIP: This should be a complete set of changes to enable testing of cert verif...
Mitch Garnaat
2012-09-05
1
-21
/
+6
*
|
Remove the old reactive based credential refreshing
James Saryerwinnie
2012-08-31
1
-10
/
+0
|
/
*
PEP8 cleanup.
Mitch Garnaat
2012-07-27
1
-55
/
+53
*
Fix SNS add_permission parameter names
Nick Sitarz
2012-07-19
1
-2
/
+2
*
Adding support for IAM Roles. Closes #811.
Mitch Garnaat
2012-06-11
1
-0
/
+10
*
Fixing typo, 'ans' -> 'an'.
Randall Degges
2012-06-08
1
-1
/
+1
*
Adding South American region.
Mitch Garnaat
2011-12-15
1
-0
/
+3
*
Adding us-west-2 region. Closes #394.
Mitch Garnaat
2011-11-09
1
-0
/
+3
*
Adding STS support for SignatureV2-based services like ec2, simpledb. Closes...
Mitch Garnaat
2011-10-11
1
-3
/
+5
*
Adding regions(), connect_to_region() in SNS module. Closes #361.
Mitch Garnaat
2011-10-08
2
-6
/
+65
*
fixed typo in docstring for subscribe method. Closes #348.
Mitch Garnaat
2011-09-22
1
-2
/
+0
*
Cleaning up a couple of PEP8 issues.
Mitch Garnaat
2011-07-28
1
-4
/
+8
*
Added a set_topic_attributes method. Fixes #267.
Mitch Garnaat
2011-07-28
1
-0
/
+29
*
Prefer simplejson over json module (performance reasons)
Sean Talts
2011-07-08
1
-2
/
+2
*
Fix SNSConnection.get_all_subscriptions_by_topic: call the right AWS operation.
Brian Beach
2011-05-04
1
-1
/
+1
*
moving connection classes to connection.py files for consistency.
garnaat
2011-01-30
2
-378
/
+403
[next]