constructor(
    @inject(TYPES.Config)
    config: IConfig,
  ) {
    this._bucket = config.storage.bucket;