samples/baidubce/bos_sample.rb in baidubce-sdk-0.9.0 vs samples/baidubce/bos_sample.rb in baidubce-sdk-0.9.1
- old
+ new
@@ -272,10 +272,10 @@
client.set_object_acl(bucket_name, key, acl)
puts client.get_object_acl(bucket_name, key)
client.delete_object_acl(bucket_name, key)
end
-# create a 18MB file for multi upload
+# create a 18MB file for multi upload.
multi_file = "multi_upload.txt"
demo "multi-upload" do
# step 1: init multi-upload
key = "multi_file"