Initial Release
diff --git a/include/swift_objects/README.txt b/include/swift_objects/README.txt
new file mode 100644
index 0000000..3857524
--- /dev/null
+++ b/include/swift_objects/README.txt
@@ -0,0 +1,5 @@
+## For the swift tests you will need three objects to upload for the test
+## examples below are a 512K object, a 500M object, and 1G object
+dd if=/dev/zero of=swift_small bs=512 count=1024
+dd if=/dev/zero of=swift_medium bs=512 count=1024000
+dd if=/dev/zero of=swift_large bs=1024 count=1024000