Refactor all docJSON's to reside within the same S3 bucket under different folders

This commit is contained in:
Fabio Berger
2018-03-16 16:56:53 +01:00
parent 5a827eb3d4
commit d7bf003d51
8 changed files with 72 additions and 37 deletions

View File

@@ -16,8 +16,8 @@
"postpublish": {
"docPublishConfigs": {
"extraFileIncludes": ["../types/src/index.ts"],
"s3BucketPath": "s3://web3-wrapper-docs-json/",
"s3StagingBucketPath": "s3://staging-web3-wrapper-docs-json/"
"s3BucketPath": "s3://doc-jsons/web3-wrapper/",
"s3StagingBucketPath": "s3://staging-doc-jsons/web3-wrapper/"
}
}
},