Commit Graph

10 Commits (4ee0898fc977b3a4c631e90db18ab4ae7b1015fa)

Author SHA1 Message Date
Cristian Ciupitu d89d2432fd Bugfix for gc_storage and s3
Make keysum return None if not key_check (this case wasn't covered).
2014-03-28 22:47:46 +02:00
Cristian Ciupitu 1eaf85b89f Micro-optimization: replace s.find(x)!=-1 with x in s
timeit shows a speedup of ~3x on Python 2.7.5 x86_64.
It also makes the code a bit shorter.
2014-03-27 20:35:20 +02:00
Michael DeHaan 83f43b82ad ansible -> ansibleworks 2014-01-28 20:29:41 -05:00
James Tanner ad837709bd Addresses #5023 Fix import comments 2013-12-02 15:13:49 -05:00
James Tanner 6000d636b3 Fixes #5023 Convert all modules to use new snippet import pattern 2013-12-02 15:11:23 -05:00
bennojoy 0c275424c6 fix to work like copy module 2013-10-22 09:03:52 +05:30
bennojoy 788e783b6d fix for overwrite in put operation 2013-10-21 09:46:21 +05:30
Michael DeHaan 8a516d1479 Various standardization to the proposed gce_storage module to bring things in line with updates to the S3 module.
Some typo fixes.

Further testing required.
2013-10-17 10:49:51 -04:00
bennojoy 01a0fa1352 gc_storage rewrite commit 2 2013-10-04 16:47:09 +05:30
Benno Joy 834c990903 gc_storage rewrite commit 1 2013-10-04 16:32:24 +05:30