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

@@ -36,8 +36,8 @@
"assets": ["_bundles/index.js", "_bundles/index.min.js"],
"docPublishConfigs": {
"extraFileIncludes": ["../types/src/index.ts"],
"s3BucketPath": "s3://0xjs-docs-jsons/",
"s3StagingBucketPath": "s3://staging-0xjs-docs-jsons/"
"s3BucketPath": "s3://doc-jsons/0xjs/",
"s3StagingBucketPath": "s3://staging-doc-jsons/0xjs/"
}
}
},