| 1 | const { S3Client, CreateBucketCommand, PutBucketCorsCommand } = require('@aws-sdk/client-s3'); |
| 2 | const { VarsReader } = require('./lib/utils'); |
| 3 | const { fromIni } = require('@aws-sdk/credential-provider-ini'); |
| 4 | const { Endpoint } = require('@aws-sdk/types'); |
nothing calls this directly
no test coverage detected