Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个从 Amazon S3 存储桶上传和下载文件的 iOS 应用程序。我说功能正常,但我需要为它编写单元测试。有什么方法可以检查我的存储桶中是否存在文件,以便我可以确认它已上传?
AWSS3有一个方法叫做- headObject:. 您可以使用它来查看存储桶中是否存在对象。
AWSS3
- headObject: