简体   繁体   English

Google App Engine和PHP测试上传到Google Cloud Storage

[英]Google App Engine and PHP Testing Upload to Google Cloud Storage

I'm currently working on a file upload section of a project in PHP and I'm looking to upload data to a bucket. 我目前正在使用PHP在项目的文件上传部分中工作,并且希望将数据上传到存储桶中。 I know how to do this just fine, but I'm wondering what the best way to test it is. 我知道如何做到这一点很好,但是我想知道什么是最好的测试方法。 Is there anyway to test it locally or do I have to deploy and test every time? 无论如何,是否需要在本地进行测试,还是每次都必须进行部署和测试?

开发应用服务器中有完整的模拟,包括上载,读取和写入云存储桶-您无需上载到生产即可对其进行测试/调试。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM