Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/sbc/boto

An integrated interface to current and future infrastructural services offered by Amazon Web Services.
https://github.com/sbc/boto

Allow parent object to be passed to get_list, et al. Fixes http://code.google.com/p/boto/issues/detail?id=119.

943f52b69fe085937405d53dae85781e968bdc68 authored over 16 years ago
Added delete method to Message. Cleaned up inconsistencies with queue.url and queue.id and added more docstrings. Fixes http://code.google.com/p/boto/issues/detail?id=119.

e24a9196c9e523f2082558cb8ec98fcb77eaf67a authored over 16 years ago
Added config_uri to server, also renamed non-saved attributes of the server to use "_" before name

45d252c115687ce5bdcd0d3ca237043e50667a37 authored over 16 years ago
Fixed invalid reference to domain object

bca97af279843d72c1a18254fea00e86c2abdf0d authored over 16 years ago
A sleazy little hack to allow ObjectProperty values to be set with the UUID string of the object rather than the actual object.

3ca8f3d670fba433261d67942d820b0bcaa115ed authored over 16 years ago
Update to be compatible with new persist changes.

ce30c2928c606d6b5a60c4490f0dd20b6992624a authored over 16 years ago
Add back get_domain call for backward compatibility.

1f1ac3c52ba36d5fa6d57aea634a977503899583 authored over 16 years ago
Added a JSON message class and fixed a docstring in connection.py

46e73d897e7792c0005247af20f8def55e7f834b authored over 16 years ago
Fixed a bug in S3KeyChecker.

cd3232c9e5b9bbf724499fe6806e87de01003893 authored over 16 years ago
Allowing manager instances to be passed into critical methods to enable threading.

381f00576b1a9519484d0e2c1dd76e8a93641b38 authored over 16 years ago
Now passing obj reference to from_string method.

fbe5ce03856e34e112348605534ccacc4f1d2502 authored over 16 years ago
Another attempt at making persist thread-safe by removing all globals. They say the third time's a charm...

8a7e84bcb0e3bb4613a311b3f261e8395e4c449b authored over 16 years ago
Fixing problem with S3BucketChecker

8867ee152509419fe51565e017c55c2985bb2c50 authored over 16 years ago
Backing out the last change. It's not ready for prime time.

220fc17ad4edc7ae17b9103ee26a959274305447 authored over 16 years ago
Add a Context object to hold SDB connection and domain object in a thread-safe manner. Also allow Context object to be passed to SDBObject contructor and other methods that create objects so we have no dependencies on global variables.

059f005948339ae8cad73c1442941cb7a7021584 authored over 16 years ago
If you pass a value in for debug, it was being ignored.

d354d777ec91f7edba1f0b1058475c2e06d7d4cc authored over 16 years ago
Changed logging to use a channeled logger rather than the root.

540534d38b940d734b4019f07c1944659142a098 authored over 16 years ago
Added a -g (grant) option that allows you to pass in a canned ACL policy that will be applied to all keys stored in S3.

359cfda6bda9a34a12b811daa5158250aecec3c1 authored over 16 years ago
Add the ability to set a canned ACL policy on a Bucket or Key at the time of creation or upload. Saves a round trip. Fixes http://code.google.com/p/boto/issues/detail?id=30.

379709397c4c7ff7104c1e533bb6c1668c4cc6f5 authored over 16 years ago
Add a convenience copy method to the Key object. Just calls the copy method on bucket.

18483251701a6353d3c0fea59745274c3de66035 authored over 16 years ago
Initial implementation of the new COPY method, currently available via the Bucket object.

d02c7b30487efdfe5ceef00b854bb28b30255074 authored over 16 years ago
Added a documentation to boto.ec2.image.Image.run method.

0a513be69977d11f4b9b6cd261f9f8bb8f35f2e6 authored over 16 years ago
Added get_key_pair convenience method. Similar to get_image.

0e74907988a14f8a615d92bed5c42217bc1f3885 authored over 16 years ago
Fixed bug in password comparitor

6ccbf8790f144e493f2f9aae82bcfde697e5f80d authored over 16 years ago
Updated MultiValue to allow for deletion of items

45b96e5c2f0ddd7c0b57e156029981ae838e35a8 authored over 16 years ago
Added documentation for the num_cb parameter.

ce1539211aed080318ab4a1dd1f71f533976eba4 authored over 16 years ago
Quick fix for http://code.google.com/p/boto/issues/detail?id=118. I think I need to spend more time thinking through the get_key method.

a27e5e0df1be3e4eae214733a561ca0aba087619 authored over 16 years ago
Fixing problem in implementation of getint and getbool methods.

103829e401820289a1ce6a1549e7c17099285e9d authored over 16 years ago
removed other encode('utf-8') calls on key.name since we are now doing the encode on deserialization

afc38d247230017419192bcf983ed3f783668c2b authored over 16 years ago
added utf-8 encoding at deserialization point of an S3 Key to make unicode key names safe

775cfb9ba3fe832f9abb503367b9ad63d9752db8 authored over 16 years ago
Don't blow up if you find an object that can't be revived. Change find_properties to properties.

24abd95bdd0bb6561f42d548f9d4a65af28597d7 authored over 16 years ago
Inventory should call find rather than list.

01906ec21e8f2b8167ac238094fae115b77d7e27 authored over 16 years ago
Added a convenience method, make_public, that sets the bucket and, optionally, all keys within it readable by all.

7a831caabccfce135bde867640104ed879941c34 authored over 16 years ago
Added more docs to boto.s3.key.Key object

208ca575fbcc3b313b2c0aaf22175cc007e89f56 authored over 16 years ago
Trac must install libapache2-svn

14afa8c10df7e4897cb5cdf82fc4cb913a89617f authored almost 17 years ago
Added a trac/mod_dav_svn installer

21e89dfea287400d2a1a4d6394f945171ee6765a authored almost 17 years ago
Added getint, getbool methods to ServiceDef

45cdb2f79ff8392f9170c476fff063c63c01a650 authored almost 17 years ago
Added ability to control retry_count, loop_delay and processing_time in config file.

5fc15bbdfc1f767356fc9fe7b59056f6fc30b207 authored almost 17 years ago
Fixed a bug in s3put. See http://code.google.com/p/boto/issues/detail?id=117.

8cff5dad0719ecdef77b253b3d496c816f042752 authored almost 17 years ago
Added docs and fixed indentation error in s3 module.

9b164a5c129ae6a69dc9d0a6cf98441ba4543a46 authored almost 17 years ago
Set apache to enable mod_ssl and mod_rewrite

88ab686a940ca828aee49af3d7a272db594d0fde authored almost 17 years ago
General docs on the boto exceptions.

4c3fde0134c88f17b1bb61c895723081a7454594 authored almost 17 years ago
Added documentation to shortcut methods.

9bc58c452fc561578becede08a10f87b72bc33db authored almost 17 years ago
Added comments to boto.s3.bucket package.

b22ba3608c3546b5242c87cb659ada9b63375382 authored almost 17 years ago
Added more comments to boto.s3.key package.

46d5c93c2c526664104305d2df92750a65b3d01b authored almost 17 years ago
Removed call to 'apt-get install mod_python'

e8ccbce64cc49d0fa9b8fff8ba4e82f5914c85d6 authored almost 17 years ago
Fixed a bug which prevented the instance from shutting down after completion.

98bb009a6ae068d0b735b695798a7c6a07b7bdde authored almost 17 years ago
Added documentation to bucket methods and key methods. Added functionality to get file as .torrent.

163471bb295a753967f15d7b942423d36641582c authored almost 17 years ago
Added comments to the EC2Connection object.

190787bdb5ac61055790ade139d985cdad8de9a5 authored almost 17 years ago
Added comments on the AWSAuthConnection class

8c755d0334334279bf38e9bd7aa4ee0339d6cd9a authored almost 17 years ago
Bumping version number

29e578865accc25dea9fb54b4dad749b639fa67e authored almost 17 years ago
Added an apache installer

0fedc74e670d6c0a0d7febde5075ad909711f34e authored almost 17 years ago
Fixed a bug in enable_logging. It should accept either a string bucket name or a bucket object. Also changed enable_logging and disable_logging to return a True if the command succeeds. Fixes http://code.google.com/p/boto/issues/detail?id=112.

fce34d9375c56a1950b8f1085b18f1087df92e8e authored almost 17 years ago
Change the default on_completion behavior to shutdown rather than stay_alive

7750d83fa50c4dc88835c2649ab5d2c72b9dc7bc authored almost 17 years ago
Fixing generate_url which got broke in r653. Fixes http://code.google.com/p/boto/issues/detail?id=116.

babce42323f3ee994afd9fdfcb8b1b991d2e3648 authored almost 17 years ago
Need a fallback in case hashlib is not available (i.e. versions prior to 2.5). Otherwise we get an ImportError.

ae4173300f4565e767ffe4fefbb47596d591132b authored almost 17 years ago
Switched to using SHA-512 instead of MD5 for password property

bbe27beacd7503662cbf9f0daae231bbb5b504d3 authored almost 17 years ago
Added boto.sdb.persist to list of packages. Fixes http://code.google.com/p/boto/issues/detail?id=113.

363442fa8c557ddd6196ff25768350050294bbc9 authored almost 17 years ago
Added a command to list available batches in a SimpleDB domain

68e75d896eb4cea773bfd4e6770580f49e5e231f authored almost 17 years ago
New services code, including the bs.py managing script which replaces all of the other, old scripts.

dd2a43055b38fc10ddce3676164541ca7c54d335 authored almost 17 years ago
fixed messge to use set_body instead of just setting _body directly

50d2726ab1ca10477fe25b7bca84eacd57541ab2 authored almost 17 years ago
Fixed sqs.message to use get_body in get_body_encoded instead of relying on _body

d0345cf087f03c96d6a25d5fe05649a1e48d3ce5 authored almost 17 years ago
Added a utility function to parse an ISO8601 string and return a datetime object.

41defcae87e9dab704810b419333a96574f00567 authored almost 17 years ago
Change the default behavior for spriptbase.run send an email if the command fails.

In the MySQL installer, sleep between the install and halting it so that the halt will work.

ca985ea33791f386caa5f92a1fb04791218a764e authored almost 17 years ago
Run apt-get update before the mysql install. This is required for mysql intallation to work in some combinations of installer operations.

a47f969afe24671a713c59eff17aabe6fa899301 authored almost 17 years ago
Send a notification message and exit if the MySQL install fails.

41b08e00ba8a0eae1b6bea8190f975962f6d86c9 authored almost 17 years ago
Adding convenience method, lookup, to boto module to allow easy lookup of any type of AWS top-level object. Added alias for lookup method in sqs.connection. Allow config file to be passed to BaseScript.

bfaadddac0002845f005f677409dd1e7284c6f10 authored almost 17 years ago
Wave of service-related changes. Need to test on running services.

b239cdd1e9882f5d0d9ce4ae67e54dc7e7132aa4 authored almost 17 years ago
Only queue message for files in input_bucket if the input_queue is empty.

996599b49e9643c1f14e934cfd5a06f9f33f1690 authored almost 17 years ago
Added missed import.

62203a4b2d5cce66f4bac89232c0f48282a75335 authored almost 17 years ago
In the case of a database restore, set the MySQL ubuntu user's password to the expected value so the /etc/init.d/mysql commands work.

e1859942f7773320805beadb98cd8578376d6dc0 authored almost 17 years ago
Only initialize the mysql data directory (/mnt/mysql) if it was newly created. If it was already there, it is assumed that it was created from a backup restore operation.

3b69631f8648be80a4743fb2243c3bf35a1d073b authored almost 17 years ago
Fixing a bug in copying of key ACL.

c4c45b96a588f07b07f8e00072a400b2934de782 authored almost 17 years ago
broke out a separate method, update_config that gets called whether you passed in a config file or not.

f7d3eced1aa92f0cceeed7c41e10ae262eb31dbc authored almost 17 years ago
Changes to allow copybot to copy all ACL's for bucket and keys.

54a30e6e29825672c525a1d2551080dd63250977 authored almost 17 years ago
Added a get_xml_acl method to bucket and key to allow the ACL to be grabbed as an XML chunk rather than as boto objects. Also added a make_public method to key.py.

d8784278798b2ab120860c14053bdce4168d5ffa authored almost 17 years ago
Adding ability to pull APIVersion for EC2 from boto config file.

6a0a677ec32d71a062798fe4ecd4d00bd99570bb authored almost 17 years ago
Patch from eevans. Raise an exception if you are trying to access a bucket with upper-case characters using the SubdomainCallingFormat. Further addresses http://code.google.com/p/boto/issues/detail?id=108.

9f08794058a6b868aee3b50bad5f005a526ca157 authored almost 17 years ago
Only initialize HMAC once during construction of *Connection class. After that, copy it for each request. Saves a bit of time.

927b28fb9ce93be277e0a98c6919a3f6ebbc3b94 authored almost 17 years ago
Adding patch from eevans. Fixes http://code.google.com/p/boto/issues/detail?id=108

7534c85851a09b91d74f29ba310aaaaced668769 authored almost 17 years ago
Fixing wonky arg lists to AWSQueryConnection and subclasses. Fixes http://code.google.com/p/boto/issues/detail?id=110.

979b71b4250fab243dc65da87fe4dfdcd326ac72 authored almost 17 years ago
Fixed password class to ensure it returns a string

04791e421a00d5c71ffef39438eb81a5c9cc7917 authored almost 17 years ago
Add ability to specify availability zone in Order. Add launch_time attribute to Server object.

4389711fbfc997dc1c7c396754bb7a822d5f73ed authored almost 17 years ago
Added use_ip method to associate the instance with an elastic ip address.

62735972cd2e835c7e1e97f2dc1e08eedaad2a23 authored almost 17 years ago
Need to fully qualify ffmpeg command when it's run as a daemon.

d4b8d3c08397700078d1a61bfacbc3c9301b1f8e authored almost 17 years ago
Fixed a typo bug in sonofmmm.py. Removed PreserveFileName header, no longer needed.

6cda0f027fe091ec464f3196e20bebc77e4dbc9e authored almost 17 years ago
Changing logging around a bit for video conversion.

45c796aba5f176c2e09f59c1a959c623d54207ca authored almost 17 years ago
Take my bucket names out.

96a4a00e40ca234f7efbdf5e9bab40bd832fda23 authored almost 17 years ago
Add support for exit_on_completion option. Also checking in a sample config file for CopyBot.

1b6c1683b90eb119571670afb5be22edd55a0fb4 authored almost 17 years ago
Need to import StringIO.

e0694994ef6db700d6bf21c642b120bc704a0a18 authored almost 17 years ago
Add notify capability.

2359a4a0e90a6188b2efda2fe1c54d3160db37d2 authored almost 17 years ago
Only do the login if a username was passed in to notify.

df53d05367dc286880428d87567ada8ebf4f483b authored almost 17 years ago
Need to pass formatting string to formatter in set_file_logger.

707e164c1bddd411567ee4b7fa56c2346d0d5b43 authored almost 17 years ago
Improving error checking

7541869c7c0fe6bd48babb134af33ec439e74cb9 authored almost 17 years ago
Improving logging statements.

07c2e0e808e6c19709fda34db7913e810be30e04 authored almost 17 years ago
Adding some additional error handling

8879a4ba17b62cb51e004e2391cdeac4d95258a8 authored almost 17 years ago
Removing some superflous debug print statements.

ae4a15fb1c2aae767e9a876cc765ea1fafc4d72f authored almost 17 years ago
Changed voluminous INFO messages to be DEBUG messages.

07dee5290423089816470ea7cb8983608db140d8 authored almost 17 years ago
Fixed constructor, call superclasses constructor.

5d27cf8c9a3689064d9efc90240f6f38feef48cd authored almost 17 years ago
Update of the simple copybot script.

1501e238359caf46df099c4e8ac2b5d1453216fe authored almost 17 years ago