summaryrefslogtreecommitdiff
path: root/s3
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2011-04-01 13:10:54 +0300
committerYuval Adam <yuv.adm@gmail.com>2011-04-01 13:10:54 +0300
commit5079f54a7a2b708b87476e16f2b503cd5d932525 (patch)
tree8f324c9ccf245e8316f05a9803eafba387e97060 /s3
parentbce1fc54147bbad14d13fd6db4c90d2fde8c8078 (diff)
indentatio fix
Diffstat (limited to 's3')
-rw-r--r--s3/upload.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/s3/upload.html b/s3/upload.html
index 0e34357..6e3e9d3 100644
--- a/s3/upload.html
+++ b/s3/upload.html
@@ -1,9 +1,9 @@
<!doctype html>
<html>
- <head>
- <title>S3 POST Upload Form</title>
- </head>
- <body>
+ <head>
+ <title>S3 POST Upload Form</title>
+ </head>
+ <body>
<form action="http://zehimg-test.s3.amazonaws.com/" method="post" enctype="multipart/form-data">
<input type="text" name="key" value="testfile2.txt" /><br/>
<input type="text" name="acl" value="public-read" /><br/>
@@ -14,6 +14,5 @@
<input name="file" type="file" />
<input name="submit" value="Upload" type="submit" />
</form>
- </body>
-
+ </body>
</html> \ No newline at end of file