lib/s33r/client.rb in s33r-0.5 vs lib/s33r/client.rb in s33r-0.5.1
- old
+ new
@@ -246,11 +246,9 @@
# * <tt>:file => true</tt>: thing is a filename, so load it as a file
# * <tt>:canned_acl => 'public'</tt>: one of S33r::CANNED_ACLS, to set a canned
# acl on a put.
#
#-- TODO: finish documentation for options
- #-- TODO: implement canned_acl
- #-- TODO: pass Policy as an option
def put(thing, options={}, headers={})
is_file = options[:file]
# thing is a file, so load it.
if is_file and thing.is_a?(String)
\ No newline at end of file