使用 Espresso 发布到 Amazon S3
我一直在环顾四周,想弄清楚这一点,但似乎我是唯一对此有问题的愚蠢人。
情况是,我无法使用 Espresso 连接到 Amazon S3。或者我认为情况是我不知道该怎么做。我的意思是,我有我的用户名、访问密钥和秘密密钥。 Espresso 要求输入用户名和密码。那么我的密码是哪一个呢?我应该使用什么作为“服务器”?港口?我就是无法让它发挥作用。
抱歉我很愚蠢,但请帮助我。我知道你们中有很多人同时使用 Espresso 和 Amazon S3。
非常感谢。
I've been looking around to get some clarity on this but it seems like I'm the only stupid one having a problem with it.
Case is, I can't connect to Amazon S3 with Espresso. Or I think the case is rather that I don't know how to. I mean, I have my username, access key and secret key. Espresso asks for the username and password. So which one is my password? What should I use as the "server"? The port? I just can't make it work.
Sorry for being stupid but please help me out here. I know there are many of yous who use both Espresso and Amazon S3.
Many thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是一个老问题了,但是对于那些通过谷歌搜索并最终到达这里的人(比如我),我找到了如何使其工作:
服务器: s3.amazonaws.com
用户名:< /strong> 您的访问密钥
密码: 您的秘密访问密钥
Way old question, but for the ones (like me) who googles it and ends up here, I found out how to make it work:
Server: s3.amazonaws.com
User name: Your access key
Password: Your secret access key