Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
Secure Scuttlebutt Consortium
A distributed and secure peer-to-peer protocol and social network
Collective -
Host: opensource -
https://opencollective.com/secure-scuttlebutt-consortium
- Website: https://scuttlebutt.nz
- Code: https://github.com/ssbc
Adding a tiny bit more to the nascent mturk module. Also added ability to pass a list of target_elems into ResultSet.
github.com/sbc/boto - 8ff3ec67e5c5319f965ebdb22a9395659b32b320 authored almost 18 years ago
github.com/sbc/boto - 8ff3ec67e5c5319f965ebdb22a9395659b32b320 authored almost 18 years ago
First inklings of an mturk package. Only supports one method so far but it does authenticate properly.
github.com/sbc/boto - 9d1cb53eba01532801ed902ef85eca4cce167e72 authored almost 18 years ago
github.com/sbc/boto - 9d1cb53eba01532801ed902ef85eca4cce167e72 authored almost 18 years ago
Bumping version number
github.com/sbc/boto - f68a57113d63cb0306791613c3300999c151e5e3 authored almost 18 years ago
github.com/sbc/boto - f68a57113d63cb0306791613c3300999c151e5e3 authored almost 18 years ago
Adding some additional capability to the service framework.
github.com/sbc/boto - 297896650fdc6e6623af3b3be07b264b4bf2cb8c authored almost 18 years ago
github.com/sbc/boto - 297896650fdc6e6623af3b3be07b264b4bf2cb8c authored almost 18 years ago
Adding generate_key methods to Bucket and Key classes. Fixing a bug I introduced in boto/connection.py when I split the subclasses out into separate packges. Fixes Issue-46 and Issue-50.
github.com/sbc/boto - 63423b30b5ca67dac02462421912e65a1d63fe68 authored almost 18 years ago
github.com/sbc/boto - 63423b30b5ca67dac02462421912e65a1d63fe68 authored almost 18 years ago
Updated tutorials to reflect new package structure. Fixes Issue-48.
github.com/sbc/boto - bab4bdfc503211d6c080f1685f99a96df64d3790 authored almost 18 years ago
github.com/sbc/boto - bab4bdfc503211d6c080f1685f99a96df64d3790 authored almost 18 years ago
Adding a command line utility to read status messages from the output queue and retrieve corresponding files
github.com/sbc/boto - ea167bf30b49498ed78eba2973c2799297af9da1 authored almost 18 years ago
github.com/sbc/boto - ea167bf30b49498ed78eba2973c2799297af9da1 authored almost 18 years ago
Fleshing out some of the services code
github.com/sbc/boto - 5cb59aa39b5cbfb31c757fd9b30e9269f715eab8 authored almost 18 years ago
github.com/sbc/boto - 5cb59aa39b5cbfb31c757fd9b30e9269f715eab8 authored almost 18 years ago
Added a get method as defined for python mapping types.
github.com/sbc/boto - bbcd365104585b4530807e95ff095fb285e93d18 authored almost 18 years ago
github.com/sbc/boto - bbcd365104585b4530807e95ff095fb285e93d18 authored almost 18 years ago
Left some incomplete work in service.py
github.com/sbc/boto - d7b25156fe43853af10da8222f393727e2bf482d authored almost 18 years ago
github.com/sbc/boto - d7b25156fe43853af10da8222f393727e2bf482d authored almost 18 years ago
Added another script to submit files. Added lots more args to start_service.py. Refactored a bunch of code from the scripts back into the Service class.
github.com/sbc/boto - 8432c8511241c7193085df42bc50cbf74db916f8 authored almost 18 years ago
github.com/sbc/boto - 8432c8511241c7193085df42bc50cbf74db916f8 authored almost 18 years ago
Added a replace flag to the set_contents_from_* methods. The default value is True which will cause it to act as it always has. If you pass in False, however, the key object will check in the bucket first and see if there is already an object with the same key. If there is, it won't overwrite it.
github.com/sbc/boto - 620ebc6a8436a85106ef56ce35191aa4815f7448 authored almost 18 years ago
github.com/sbc/boto - 620ebc6a8436a85106ef56ce35191aa4815f7448 authored almost 18 years ago
Added an update method to the MHMessage class. Allows update of fields from another mapping type. Fixed a bug in the new_message method of queue.py.
github.com/sbc/boto - db0b9ec940c011d979df7d03efa5f5fe312db618 authored almost 18 years ago
github.com/sbc/boto - db0b9ec940c011d979df7d03efa5f5fe312db618 authored almost 18 years ago
Mods to service code
github.com/sbc/boto - a61867a1f3bfdb42899d4a254c7f2850c49b37fa authored almost 18 years ago
github.com/sbc/boto - a61867a1f3bfdb42899d4a254c7f2850c49b37fa authored almost 18 years ago
Updated to use new package structure for connections
github.com/sbc/boto - e6ef3f6fbb65047af160ccfc69055c12cec28449 authored almost 18 years ago
github.com/sbc/boto - e6ef3f6fbb65047af160ccfc69055c12cec28449 authored almost 18 years ago
Changes in service support
github.com/sbc/boto - e6dabc513610522409abe32647772fac93bc1be0 authored almost 18 years ago
github.com/sbc/boto - e6dabc513610522409abe32647772fac93bc1be0 authored almost 18 years ago
Forgot to Base64 encode the UserData parameter to RunInstances. Fixes Issue-47.
github.com/sbc/boto - acd3bd26354048f1ef50b6c10dd423a5ec7b8711 authored almost 18 years ago
github.com/sbc/boto - acd3bd26354048f1ef50b6c10dd423a5ec7b8711 authored almost 18 years ago
Incorporating patch from josh.bressers which allows boto to be used in Python 2.3. Fixes Issue-45.
github.com/sbc/boto - ff8c60b6fabebf7366b4732ff3bc6c672bf36de8 authored almost 18 years ago
github.com/sbc/boto - ff8c60b6fabebf7366b4732ff3bc6c672bf36de8 authored almost 18 years ago
Changed import statements to accomodate new connection packaging.
github.com/sbc/boto - 204f307f51a8f383243c9ffbb7b6a5c6ea0a8beb authored almost 18 years ago
github.com/sbc/boto - 204f307f51a8f383243c9ffbb7b6a5c6ea0a8beb authored almost 18 years ago
Refactoring the connection code. Now each subsystem has it's own connection.py file with the connection class for that service. The conneciton.py at the boto level only has the superclasses. Factored out a common superclass for Query connections. Added factory methods to queue and bucket to create new instances of messages and key, respectively. Fixed Issue-44.
github.com/sbc/boto - 03e1b1428e744f6eae71c985beeaee7cf5604f2b authored almost 18 years ago
github.com/sbc/boto - 03e1b1428e744f6eae71c985beeaee7cf5604f2b authored almost 18 years ago
Trying some code to spawn additional services based on load.
github.com/sbc/boto - 1387699dd73eda66d0d1142c2905b878dd13c298 authored almost 18 years ago
github.com/sbc/boto - 1387699dd73eda66d0d1142c2905b878dd13c298 authored almost 18 years ago
Restructuring some of the error handling.
github.com/sbc/boto - 7648f75d4208a2e4fda89db107e8fa2ab43b8199 authored almost 18 years ago
github.com/sbc/boto - 7648f75d4208a2e4fda89db107e8fa2ab43b8199 authored almost 18 years ago
Fixed problem with handling of work directory.
github.com/sbc/boto - bd5b787bd5da9a1b3a9e73c258167c45a90dc6c0 authored almost 18 years ago
github.com/sbc/boto - bd5b787bd5da9a1b3a9e73c258167c45a90dc6c0 authored almost 18 years ago
Adding some debug print statements to try to track down the problem.
github.com/sbc/boto - f442efe23bde6095ebbf29ca48465f18c64e1c8c authored almost 18 years ago
github.com/sbc/boto - f442efe23bde6095ebbf29ca48465f18c64e1c8c authored almost 18 years ago
Add a delay to the shutdown method to give the notification email time to get sent.
github.com/sbc/boto - 94c1271c573f1e07391faa94b009c2acd6e25fdf authored almost 18 years ago
github.com/sbc/boto - 94c1271c573f1e07391faa94b009c2acd6e25fdf authored almost 18 years ago
Fixed a bug in shutdown.
github.com/sbc/boto - c05fcd4dd12fe9486e9568510e45c7a919a5e3cf authored almost 18 years ago
github.com/sbc/boto - c05fcd4dd12fe9486e9568510e45c7a919a5e3cf authored almost 18 years ago
Fixed a bug with working directory
github.com/sbc/boto - 7a2b50fbf6ef1ef30deca7a16efe0d65b57db31d authored almost 18 years ago
github.com/sbc/boto - 7a2b50fbf6ef1ef30deca7a16efe0d65b57db31d authored almost 18 years ago
Try to read module_name and class_name from instance userdata.
github.com/sbc/boto - 19c68e4b122b7aa7903db95e26f92e8e9b1506bc authored almost 18 years ago
github.com/sbc/boto - 19c68e4b122b7aa7903db95e26f92e8e9b1506bc authored almost 18 years ago
Fixed a typo bug
github.com/sbc/boto - 1704f4e048c2eaf7e43cf21f337dde8424b167a4 authored almost 18 years ago
github.com/sbc/boto - 1704f4e048c2eaf7e43cf21f337dde8424b167a4 authored almost 18 years ago
Lots of changes to better support remote services and instance data.
github.com/sbc/boto - ad025b4f9db84ef94f8df35d5a81bb3559103e58 authored almost 18 years ago
github.com/sbc/boto - ad025b4f9db84ef94f8df35d5a81bb3559103e58 authored almost 18 years ago
moving start_service script
github.com/sbc/boto - 2f6cf5bca22ab7910c926ebe7847261e00be469e authored almost 18 years ago
github.com/sbc/boto - 2f6cf5bca22ab7910c926ebe7847261e00be469e authored almost 18 years ago
Working version.
github.com/sbc/boto - 755da36e2315e4501efb613e2980174b9455c620 authored almost 18 years ago
github.com/sbc/boto - 755da36e2315e4501efb613e2980174b9455c620 authored almost 18 years ago
Fixing some bugs.
github.com/sbc/boto - f85cfbfcb0ede86de2685e190f9f435f80a2662e authored almost 18 years ago
github.com/sbc/boto - f85cfbfcb0ede86de2685e190f9f435f80a2662e authored almost 18 years ago
Adding some debug print statements.
github.com/sbc/boto - b71dd1b7ebde762572030128027e1a603d1a4aac authored almost 18 years ago
github.com/sbc/boto - b71dd1b7ebde762572030128027e1a603d1a4aac authored almost 18 years ago
Modifying to only call get_userdata if necessary params are not passed to constructor.
github.com/sbc/boto - 52858aab1317335f4f0c5d3daa7c23953ca5f244 authored almost 18 years ago
github.com/sbc/boto - 52858aab1317335f4f0c5d3daa7c23953ca5f244 authored almost 18 years ago
A command-line script to start up a service.
github.com/sbc/boto - 6a7153509a8880f9bb8b43eb50c0a348389bda60 authored almost 18 years ago
github.com/sbc/boto - 6a7153509a8880f9bb8b43eb50c0a348389bda60 authored almost 18 years ago
Backing out some of the last changes.
github.com/sbc/boto - 4e2911242d596c2461ce38fe15448a0aad40908e authored almost 18 years ago
github.com/sbc/boto - 4e2911242d596c2461ce38fe15448a0aad40908e authored almost 18 years ago
Removing some print statements. Commenting out the call to delete_message.
github.com/sbc/boto - a6b4ae8f229f9267c84f6ffb11a160eb4077c55f authored almost 18 years ago
github.com/sbc/boto - a6b4ae8f229f9267c84f6ffb11a160eb4077c55f authored almost 18 years ago
Changing the copyright notice. Modifying the write_message method.
github.com/sbc/boto - 639e13f0a2e8d874d7143574b95a5bc32d58fbca authored almost 18 years ago
github.com/sbc/boto - 639e13f0a2e8d874d7143574b95a5bc32d58fbca authored almost 18 years ago
Fix call to write_message
github.com/sbc/boto - a32f4ca1e66154253c8ff0f423d16bb0f7802e9c authored almost 18 years ago
github.com/sbc/boto - a32f4ca1e66154253c8ff0f423d16bb0f7802e9c authored almost 18 years ago
Fix handling of output filename
github.com/sbc/boto - 97b06d14fd81663f6a36df45fe27a92bc77f72b9 authored almost 18 years ago
github.com/sbc/boto - 97b06d14fd81663f6a36df45fe27a92bc77f72b9 authored almost 18 years ago
Fix handling of output filename
github.com/sbc/boto - 2ac9058ebf976852f53cf7f169162191bd4bd84c authored almost 18 years ago
github.com/sbc/boto - 2ac9058ebf976852f53cf7f169162191bd4bd84c authored almost 18 years ago
Fix handling of output filename
github.com/sbc/boto - 0cafcc308a052112c459a55d2424def14579faa8 authored almost 18 years ago
github.com/sbc/boto - 0cafcc308a052112c459a55d2424def14579faa8 authored almost 18 years ago
Fix handling of output filename
github.com/sbc/boto - 0111dd879318b7841261a1329a90ef6c3fc8253d authored almost 18 years ago
github.com/sbc/boto - 0111dd879318b7841261a1329a90ef6c3fc8253d authored almost 18 years ago
fixing handling of results
github.com/sbc/boto - 0b2b1216dbb5942266bcddcb2fdcbf450185afad authored almost 18 years ago
github.com/sbc/boto - 0b2b1216dbb5942266bcddcb2fdcbf450185afad authored almost 18 years ago
more fixes
github.com/sbc/boto - b1663872a5e427076a7965337b2c8c446f5dd80e authored almost 18 years ago
github.com/sbc/boto - b1663872a5e427076a7965337b2c8c446f5dd80e authored almost 18 years ago
Fixing references to old message format and adding debug print statements
github.com/sbc/boto - 6be5a9b153b794a88f28388eb2e8147b9b202a12 authored almost 18 years ago
github.com/sbc/boto - 6be5a9b153b794a88f28388eb2e8147b9b202a12 authored almost 18 years ago
Fixed reference to MHSDMessage
github.com/sbc/boto - cc7b2e265bf06765e1354b92b3f99506391e3aa7 authored almost 18 years ago
github.com/sbc/boto - cc7b2e265bf06765e1354b92b3f99506391e3aa7 authored almost 18 years ago
wasn't returning dictionary
github.com/sbc/boto - 9a33b6a07dd428ca9d80c4aa34126d49f8ed2e79 authored almost 18 years ago
github.com/sbc/boto - 9a33b6a07dd428ca9d80c4aa34126d49f8ed2e79 authored almost 18 years ago
Fix bug in call to get_instance_metadata
github.com/sbc/boto - 5e46d0ae158c2d93c698e1a6eba162c58406c4c7 authored almost 18 years ago
github.com/sbc/boto - 5e46d0ae158c2d93c698e1a6eba162c58406c4c7 authored almost 18 years ago
Fixing import statement
github.com/sbc/boto - 4d45cf60c62f627049d073a5368feb02090c91b7 authored almost 18 years ago
github.com/sbc/boto - 4d45cf60c62f627049d073a5368feb02090c91b7 authored almost 18 years ago
Adding __init__.py file
github.com/sbc/boto - ad294d68ff7ebaa66f5a5d3a47bcedb15bd94dbf authored almost 18 years ago
github.com/sbc/boto - ad294d68ff7ebaa66f5a5d3a47bcedb15bd94dbf authored almost 18 years ago
Changes to try to get service up and running
github.com/sbc/boto - 16b50053e3e5fae06e58069361282d9056052c1e authored almost 18 years ago
github.com/sbc/boto - 16b50053e3e5fae06e58069361282d9056052c1e authored almost 18 years ago
fixing bug in get_instance_userdata
github.com/sbc/boto - 78810bcc5beb5e74c574caaf72eff57482c457e0 authored almost 18 years ago
github.com/sbc/boto - 78810bcc5beb5e74c574caaf72eff57482c457e0 authored almost 18 years ago
Adding utility functions to retrieve metadata and userdata for an instance
github.com/sbc/boto - 12992857a100ad290a6bfec94b36ec93d3def8ed authored almost 18 years ago
github.com/sbc/boto - 12992857a100ad290a6bfec94b36ec93d3def8ed authored almost 18 years ago
Adding directory for service related files
github.com/sbc/boto - 52f72d5e75467d6c5d6c07eeb2878016be9fa850 authored almost 18 years ago
github.com/sbc/boto - 52f72d5e75467d6c5d6c07eeb2878016be9fa850 authored almost 18 years ago
Adding copyright notice
github.com/sbc/boto - 4a1ac7331b550f9ae2ffab887717161b35fe521b authored almost 18 years ago
github.com/sbc/boto - 4a1ac7331b550f9ae2ffab887717161b35fe521b authored almost 18 years ago
Adding directory for service related files
github.com/sbc/boto - a50df860f68dc8aefb2d6d4289eaf9f32448b407 authored almost 18 years ago
github.com/sbc/boto - a50df860f68dc8aefb2d6d4289eaf9f32448b407 authored almost 18 years ago
Removing email notification upon service start
github.com/sbc/boto - ceee75ed42574508c336cc6d8920b1e8d94d8fe3 authored almost 18 years ago
github.com/sbc/boto - ceee75ed42574508c336cc6d8920b1e8d94d8fe3 authored almost 18 years ago
Autonomous Service framework class
github.com/sbc/boto - eb5b87682a94233e7cd35adb0dae81c3a094227d authored almost 18 years ago
github.com/sbc/boto - eb5b87682a94233e7cd35adb0dae81c3a094227d authored almost 18 years ago
Incorporating additional fixes for proxy support supplied by D. Strip.
github.com/sbc/boto - 336c0dbbe8a7bbd59faeda20998f0dd4632d2182 authored almost 18 years ago
github.com/sbc/boto - 336c0dbbe8a7bbd59faeda20998f0dd4632d2182 authored almost 18 years ago
Flubbed up the patch last time. Hopefully I got it right this time.
github.com/sbc/boto - c33faae8636ba8c2dd74c4301be731fc188021ee authored almost 18 years ago
github.com/sbc/boto - c33faae8636ba8c2dd74c4301be731fc188021ee authored almost 18 years ago
Forgot the required import statements in last commit
github.com/sbc/boto - 6c40e16769734fd466304c953e89388c4f803c16 authored almost 18 years ago
github.com/sbc/boto - 6c40e16769734fd466304c953e89388c4f803c16 authored almost 18 years ago
Added support for last_modified header on file download from s3. Also allow header dictionary to be passed as param to get_contents_to_* methods of Key object. Based on patches submitted by ps.spam. Fixes Issue-39, Issue-40, Issue-41.
github.com/sbc/boto - ae442c79378d47359fa412b2cfda28cc9d0664e0 authored almost 18 years ago
github.com/sbc/boto - ae442c79378d47359fa412b2cfda28cc9d0664e0 authored almost 18 years ago
Got rid of the InstanceState object. The state attribute is now a string. The code that was part of the InstanceState object is now stored as the state_code attribute of the Instance object.
github.com/sbc/boto - 3aa200a3f88b09492e656fedea34a883bdf04915 authored almost 18 years ago
github.com/sbc/boto - 3aa200a3f88b09492e656fedea34a883bdf04915 authored almost 18 years ago
Allow host to be passed as parameter to connection constructors. Fixes Issue-38
github.com/sbc/boto - 13905b656d6cc4d72450a64166c641a66e532281 authored almost 18 years ago
github.com/sbc/boto - 13905b656d6cc4d72450a64166c641a66e532281 authored almost 18 years ago
Fixed a problem with Content-Type headers when the mimetype of the underlying file is unknown. Fixes Issue-35.
github.com/sbc/boto - a2dbf98218ff37958f4ec897e1b2ae5d345b04be authored almost 18 years ago
github.com/sbc/boto - a2dbf98218ff37958f4ec897e1b2ae5d345b04be authored almost 18 years ago
Bumping version numbers for next release
github.com/sbc/boto - bc9b6562fd1fd001d23211e7f08d74df11eeda36 authored almost 18 years ago
github.com/sbc/boto - bc9b6562fd1fd001d23211e7f08d74df11eeda36 authored almost 18 years ago
Bumping EC2 API version and adding support for GetConsoleOutput and RebootInstances. Fixes Issue-34.
github.com/sbc/boto - fc56d34d19df433be60c8347188ef4e80cb1d685 authored almost 18 years ago
github.com/sbc/boto - fc56d34d19df433be60c8347188ef4e80cb1d685 authored almost 18 years ago
Merged in changes from David Strip to support proxy servers for non-SSL connections. Fixes Issue-32.
github.com/sbc/boto - db5d5d7c008a7a33cb6cfd9280f47924610bb0e0 authored almost 18 years ago
github.com/sbc/boto - db5d5d7c008a7a33cb6cfd9280f47924610bb0e0 authored almost 18 years ago
Added an explicit Content-Length header if one wasn't provided. Fixes Issue-33.
github.com/sbc/boto - dfa5f0c445e90e3ae0b4a30aef880b53c5a53f66 authored almost 18 years ago
github.com/sbc/boto - dfa5f0c445e90e3ae0b4a30aef880b53c5a53f66 authored almost 18 years ago
The set_content_* methods of Key object now accepts an optional dictionary of headers to be sent with the PUT request. Also added a test case for this.
github.com/sbc/boto - e672aef55f54123fc95a884b82e13a360f603917 authored almost 18 years ago
github.com/sbc/boto - e672aef55f54123fc95a884b82e13a360f603917 authored almost 18 years ago
Added some command-line option processing to the unit test script to allow individual tests to be run rather than running all tests.
github.com/sbc/boto - 03ed1e5a9f8d8816ec71e3326f54a343ffb032f8 authored almost 18 years ago
github.com/sbc/boto - 03ed1e5a9f8d8816ec71e3326f54a343ffb032f8 authored almost 18 years ago
Updated version number and date at top of file
github.com/sbc/boto - c6a3005cfb4a6a49f8525bded2be18ad240dc89c authored almost 18 years ago
github.com/sbc/boto - c6a3005cfb4a6a49f8525bded2be18ad240dc89c authored almost 18 years ago
Bumping version numbers
github.com/sbc/boto - 5cd08fccf28fe382409a7af2fe33efe4772b304a authored almost 18 years ago
github.com/sbc/boto - 5cd08fccf28fe382409a7af2fe33efe4772b304a authored almost 18 years ago
Fixed handling of whitespace that was breaking EC2 support. Fixes Issue-31.
github.com/sbc/boto - bce056a524a61a77a41a4f87626324e29afa0ee9 authored almost 18 years ago
github.com/sbc/boto - bce056a524a61a77a41a4f87626324e29afa0ee9 authored almost 18 years ago
is_truncated attribute now gets converted to a true boolean value rather than a string. Fixes Issue-29.
github.com/sbc/boto - 6acc81c3b9fa2c3d2f7a72af46d80edd2498bd2b authored almost 18 years ago
github.com/sbc/boto - 6acc81c3b9fa2c3d2f7a72af46d80edd2498bd2b authored almost 18 years ago
Preparing for 0.8a release
github.com/sbc/boto - bc3bffd81cea29210f4a9d902b5d8a67555754bd authored almost 18 years ago
github.com/sbc/boto - bc3bffd81cea29210f4a9d902b5d8a67555754bd authored almost 18 years ago
Added support for enabling bucket logging in S3. Also added a sleep delay in unit test for SQS.
github.com/sbc/boto - aa33eef634396204784209e4687162d42a4587aa authored almost 18 years ago
github.com/sbc/boto - aa33eef634396204784209e4687162d42a4587aa authored almost 18 years ago
Some fixes to try to enable support for logging. Also, first cut at a generate_url method for S3 connection.
github.com/sbc/boto - 069787d0c3d936c9c99c2f9161881128317173f2 authored about 18 years ago
github.com/sbc/boto - 069787d0c3d936c9c99c2f9161881128317173f2 authored about 18 years ago
Fixed up setup.py slightly. Including 0.7a dist file.
github.com/sbc/boto - 4221748a5377713896a67ad00a1060d20d21e64e authored about 18 years ago
github.com/sbc/boto - 4221748a5377713896a67ad00a1060d20d21e64e authored about 18 years ago
Updated README for new release
github.com/sbc/boto - 48ab1211a9fd09879e9d197939590f92157198c6 authored about 18 years ago
github.com/sbc/boto - 48ab1211a9fd09879e9d197939590f92157198c6 authored about 18 years ago
Bumping version number.
github.com/sbc/boto - 48f1a5d463b7ac03fbc9cb5fa84c9dce551fab59 authored about 18 years ago
github.com/sbc/boto - 48f1a5d463b7ac03fbc9cb5fa84c9dce551fab59 authored about 18 years ago
Completed basic EC2 functionality. Includes reasonable unit tests and tutorial.
github.com/sbc/boto - 1d6e7b10986583ac4d66d3b3cbd72efaa2322cb9 authored about 18 years ago
github.com/sbc/boto - 1d6e7b10986583ac4d66d3b3cbd72efaa2322cb9 authored about 18 years ago
Added explicit mimetype override for uploaded files, Fixes Issue-25. Also fleshing out EC2 implementation.
github.com/sbc/boto - 46cd9734008a3d3f4752f3b2146360e037c149ea authored about 18 years ago
github.com/sbc/boto - 46cd9734008a3d3f4752f3b2146360e037c149ea authored about 18 years ago
key.get_file now properly checks the HTTP status code rather than silently ignore it. Fixes Issue-21
github.com/sbc/boto - ddfb661a6329b5f95ed51ef8bfb46525f711176f authored about 18 years ago
github.com/sbc/boto - ddfb661a6329b5f95ed51ef8bfb46525f711176f authored about 18 years ago
Added get_bucket method. Fixes Issue-22
github.com/sbc/boto - 2d27fcc9693b4f153a7706c0b7956cb2008df3c5 authored about 18 years ago
github.com/sbc/boto - 2d27fcc9693b4f153a7706c0b7956cb2008df3c5 authored about 18 years ago
key.py was referencing S3DataError exception but wasn't importing it. Fixes Issue-19.
github.com/sbc/boto - bf41d542963591f147d88df741314ff7eb192a77 authored about 18 years ago
github.com/sbc/boto - bf41d542963591f147d88df741314ff7eb192a77 authored about 18 years ago
Working on tutorial for EC2 and adding additional capabilities.
github.com/sbc/boto - b3f41940f2906dc84f90d5e57774fd3d0e302d60 authored about 18 years ago
github.com/sbc/boto - b3f41940f2906dc84f90d5e57774fd3d0e302d60 authored about 18 years ago
Left a bunch of debug print statements in last version
github.com/sbc/boto - e447fae354a2e3c41008ea69dab3d80ee836aa29 authored about 18 years ago
github.com/sbc/boto - e447fae354a2e3c41008ea69dab3d80ee836aa29 authored about 18 years ago
Modified copyright on all files. Also fixed a bug in the EC2 SecurityGroup response parsing.
github.com/sbc/boto - 69aa90d23f990e8d5e8eb29221638b7ca7153c91 authored about 18 years ago
github.com/sbc/boto - 69aa90d23f990e8d5e8eb29221638b7ca7153c91 authored about 18 years ago
Added ability to dump messages in a queue to a file
github.com/sbc/boto - 7d72bc87d57f9c7f566ddc0b9c49b881ed8dcfa3 authored about 18 years ago
github.com/sbc/boto - 7d72bc87d57f9c7f566ddc0b9c49b881ed8dcfa3 authored about 18 years ago
A small command line utility to count messages in queues and, optionally, clear them out
github.com/sbc/boto - 45927370802b20c2345bd448b181d632f79e78b7 authored about 18 years ago
github.com/sbc/boto - 45927370802b20c2345bd448b181d632f79e78b7 authored about 18 years ago
Adding more unit tests for EC2.
github.com/sbc/boto - ca7de1a6c83ee0a2619aac5458a7ae407e71412b authored about 18 years ago
github.com/sbc/boto - ca7de1a6c83ee0a2619aac5458a7ae407e71412b authored about 18 years ago
Cleaning up some of the EC2 support classes to support new capabilities and to fix some bugs.
github.com/sbc/boto - d44d851ca96dbac93b7bbd25b7386c18bd548559 authored about 18 years ago
github.com/sbc/boto - d44d851ca96dbac93b7bbd25b7386c18bd548559 authored about 18 years ago
Cleaning up some of the EC2 methods and adding some new ones.
github.com/sbc/boto - fade0baefd87ebecb837bd0264e8ea1dd60c2619 authored about 18 years ago
github.com/sbc/boto - fade0baefd87ebecb837bd0264e8ea1dd60c2619 authored about 18 years ago
Added a MHMessage class which handles RFC821-like mail headers to store name/value pairs.
github.com/sbc/boto - 4e18bfdf4d600e20eb8192ec719df89cc1788355 authored about 18 years ago
github.com/sbc/boto - 4e18bfdf4d600e20eb8192ec719df89cc1788355 authored about 18 years ago
SQSExceptions now print out the body of the response since that usually contains the vital info.
github.com/sbc/boto - 051945ca43b65eae7db497036475e88599c3aa53 authored about 18 years ago
github.com/sbc/boto - 051945ca43b65eae7db497036475e88599c3aa53 authored about 18 years ago
Fixed an anamoly with the md5 attribute. This was getting wrapped in double-quotes for no good reason so those ahve been removed.
github.com/sbc/boto - b81350794626f229a9ec496f3fca893908cf567e authored about 18 years ago
github.com/sbc/boto - b81350794626f229a9ec496f3fca893908cf567e authored about 18 years ago
fixing import statements for new package structure.
github.com/sbc/boto - f3b393035f28dbc100a0637671cc0ecb76c0a332 authored about 18 years ago
github.com/sbc/boto - f3b393035f28dbc100a0637671cc0ecb76c0a332 authored about 18 years ago