Move AWS policy docs to documentation page.

Signed-off-by: Eric Peterson <ericpeterson@spotify.com>
This commit is contained in:
Eric Peterson
2021-07-12 11:46:10 +02:00
parent 6a2b41ae24
commit 567c95284f
3 changed files with 33 additions and 17 deletions
@@ -313,19 +313,6 @@ export class AwsS3Publish implements PublisherBase {
}
}
/**
* todo: Put this documentation somewhere the user will actually see and read
* it.
*
* Note: In addition to the usual `PutObject`, `ListBucket` and `GetObject`
* actions, will need to add `PutObjectAcl` for copying files as well as
* `DeleteObject` if the removeOriginal flag is set to true. You may need to
* ensure access to the bucket resource in the following way:
* [
* "arn:aws:s3:::your-bucket",
* "arn:aws:s3:::your-bucket/*"
* ]
*/
async migrateDocsCase({
removeOriginal = false,
concurrency = 25,
@@ -323,10 +323,6 @@ export class AzureBlobStoragePublish implements PublisherBase {
}
}
/**
* todo: Put this documentation somewhere the user will actually see and read
* it.
*/
async migrateDocsCase({
removeOriginal = false,
concurrency = 25,