From da9f04240e5ac4756873001db1ce5d8b579e7858 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 16 Mar 2018 12:31:50 +0100 Subject: [PATCH] Added CHANGELOG and updated README --- CHANGELOG.md | 8 ++++++++ README.md | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..a2d17b9 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Blender Asset Tracer changelog + +This file logs the changes that are actually interesting to users (new features, +changed functionality, fixed bugs). + +## Version 1.0 (in development) + +- Base version after which changes will be recorded here. diff --git a/README.md b/README.md index dd41044..ef0585a 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ BAT Pack supports uploading to S3-compatible storage. This requires a credential aws_access_key_id = YOUR_ACCESS_KEY_ID aws_secret_access_key = YOUR_SECRET -You can then send a BAT Pack to the storage using a target `s3:/endpoint/bucketname/path-in-bucket`, for example: +You can then send a BAT Pack to the storage using a target `s3:/ENDPOINT/bucketname/path-in-bucket`, +for example: bat pack my_blendfile.blend s3:/storage.qarnot.com/jobs/awesome_work