Commit Graph

11 Commits (bb8bac490a1b4f1ac4b8e6c718057ad11726be62)

Author SHA1 Message Date
Carlos E. Garcia 4dcaa9d9fb multiple spelling error changes 11 years ago
Cristian Ciupitu 03eb65f25d Bugfix for gc_storage and s3
Make keysum return None if not key_check (this case wasn't covered).
11 years ago
Cristian Ciupitu 368e3c8310 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.
11 years ago
Michael DeHaan 0d3a74d905 ansible -> ansibleworks 11 years ago
James Tanner 4f9aadcc07 Addresses #5023 Fix import comments 11 years ago
James Tanner 38edad70ac Fixes #5023 Convert all modules to use new snippet import pattern 11 years ago
bennojoy a5b199e07b fix to work like copy module 11 years ago
bennojoy 9e3f8670f7 fix for overwrite in put operation 11 years ago
Michael DeHaan 2b20be94e0 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.
11 years ago
bennojoy 23e242c9f8 gc_storage rewrite commit 2 11 years ago
Benno Joy 7f699bb50e gc_storage rewrite commit 1 11 years ago