Added CHANGELOG and updated README
This commit is contained in:
parent
f7150c0d29
commit
da9f04240e
8
CHANGELOG.md
Normal file
8
CHANGELOG.md
Normal file
@ -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.
|
||||||
@ -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_access_key_id = YOUR_ACCESS_KEY_ID
|
||||||
aws_secret_access_key = YOUR_SECRET
|
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
|
bat pack my_blendfile.blend s3:/storage.qarnot.com/jobs/awesome_work
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user