constructor()

in src/s3.ts [14:16]


	constructor(client: S3Client) {
		this.client = client;
	}