async getObject(key: string) {
    if (!this.getObjectAsync) return {};
    return await this.getObjectAsync({ Bucket: this.bucketName, Key: key });
  }