summaryrefslogtreecommitdiff
path: root/boto/sns
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'rectalogic-sns-message-attributes' into develop. Fixes #2360.Daniel G. Taylor2014-07-111-1/+32
|\
| * SNS message attributes fixes after actually testing with AWS.Andrew Wason2014-07-031-5/+6
| * Add support for SNS message attributes.Andrew Wason2014-07-031-1/+31
* | sns module: add backward-compatible support for Python 3.3+Felix Yan2014-07-041-2/+2
|/
* Be consistent about relative importsDaniel G. Taylor2014-06-271-1/+1
* Initial work to support Python 3.3+Daniel G. Taylor2014-06-272-2/+2
* Started change to load endpoints from JSON.Daniel Lindsley2014-01-281-32/+2
* Update the docstring for the SNS subscribe method to include application prot...Mitch Garnaat2014-01-221-2/+5
* Add support for configuring SNS and SQS endpoints through boto.cfgBranen Salmon2014-01-151-3/+5
* Support for multiple credential profiles.Zachary Musgrave2014-01-091-2/+4
* Merge branch 'switch-to-super' into developDaniel Lindsley2013-12-231-2/+2
|\
| * Updated all old-style inheritance calls.Daniel Lindsley2013-12-231-2/+2
* | Added ``cn-north-1`` to the regions.Daniel Lindsley2013-12-201-0/+3
|/
* Update connection.pyinnovatifi2013-09-201-1/+2
* SNS ``publish`` now uses POST.Daniel Lindsley2013-09-051-1/+1
* Fixed SNS' ``publish`` to behave better when sending mobile push notifications.Daniel Lindsley2013-08-281-3/+13
* sort dictionary parameters by keys. add unit tests for SNSchilang2013-08-281-1/+2
* fix serialization of parameter of type mapchilang2013-08-281-4/+30
* Merge remote-tracking branch 'carllen/connect_to_region_us-gov-west-1' into d...Daniel Lindsley2013-08-141-0/+3
|\
| * Enable connect_to_region('us-gov-west-1') for all services in GovCloudChristian Arllen2013-08-041-0/+3
* | Updated SNS docs.Daniel Lindsley2013-08-121-28/+170
* | Add target_arn to publish method in SNS clientJames Saryerwinnie2013-06-251-4/+16
* | Add mobile push APIJames Saryerwinnie2013-06-241-123/+219
|/
* Added SigV4 support to SNS.Daniel Lindsley2013-06-171-1/+1
* Clean up some unnessary if statementsMichael Barrett2013-03-281-5/+5
* Make subscribe_sqs_queue idempotentMichael Barrett2013-03-281-7/+15
* Refactor sns-sqs subscribe method to use arn propertyJames Saryerwinnie2013-01-021-2/+1
* Handle case where no preexisting policy existsJames Saryerwinnie2013-01-021-1/+4
* Convert an SQS queue policy to a correct format before modifying itMunehisa Kamata2013-01-021-1/+2
* Fix docstring for SNS topic paramsJames Saryerwinnie2012-12-031-2/+2
* Add Sydney region for connect_to_* functionsJames Saryerwinnie2012-11-121-0/+3
* Consolidate simplejson/json imports to a compat moduleJames Saryerwinnie2012-10-221-5/+3
* Merge branch 'ssl_cert_verification' into developMitch Garnaat2012-09-192-23/+9
|\
| * Updating all connection classes to handle validate_certs parameter.Mitch Garnaat2012-09-051-2/+3
| * WIP: This should be a complete set of changes to enable testing of cert verif...Mitch Garnaat2012-09-051-21/+6
* | Remove the old reactive based credential refreshingJames Saryerwinnie2012-08-311-10/+0
|/
* PEP8 cleanup.Mitch Garnaat2012-07-271-55/+53
* Fix SNS add_permission parameter namesNick Sitarz2012-07-191-2/+2
* Adding support for IAM Roles. Closes #811.Mitch Garnaat2012-06-111-0/+10
* Fixing typo, 'ans' -> 'an'.Randall Degges2012-06-081-1/+1
* Adding South American region.Mitch Garnaat2011-12-151-0/+3
* Adding us-west-2 region. Closes #394.Mitch Garnaat2011-11-091-0/+3
* Adding STS support for SignatureV2-based services like ec2, simpledb. Closes...Mitch Garnaat2011-10-111-3/+5
* Adding regions(), connect_to_region() in SNS module. Closes #361.Mitch Garnaat2011-10-082-6/+65
* fixed typo in docstring for subscribe method. Closes #348.Mitch Garnaat2011-09-221-2/+0
* Cleaning up a couple of PEP8 issues.Mitch Garnaat2011-07-281-4/+8
* Added a set_topic_attributes method. Fixes #267.Mitch Garnaat2011-07-281-0/+29
* Prefer simplejson over json module (performance reasons)Sean Talts2011-07-081-2/+2
* Fix SNSConnection.get_all_subscriptions_by_topic: call the right AWS operation.Brian Beach2011-05-041-1/+1
* moving connection classes to connection.py files for consistency.garnaat2011-01-302-378/+403