我在一个 Android 应用程序中使用 AmazonS3Client,使用 getObject 请求从我的 AmazonS3桶中下载图像。
目前,我得到了一个例外:
com.amazonaws.services.s3.model.AmazonS3Exception:
The specified key does not exist.
(Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey;
即使我能够在我的 S3桶中看到具有指定键的对象。