将输入值设置为位于服务器上的文件
好吧,我对亚马逊 s3 很陌生,今天刚刚创建了我的帐户。我正在尝试通过 POST Proposal 将文件从我的服务器上传到我的 S3 帐户。我得到的工作表单有一个输入类型文件,但我不想从我的计算机中选择文件。我想创建一个 cron 作业来提交位于我的服务器上的文件。这可能吗
Ok im really new to amazon s3 just created my account today. im tring to upload files from my server to my S3 account via POST Proposal. i got at working form that has a input type file but i dont wanna select file form my computer. i want to create a cron job that submits a file located on my server. is this possible
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用的是 Unix/Linux,您可以尝试使用命令行 s3 工具,例如 s3cmd。您需要预先配置它,然后您可以将其放入 cron 中:
如果您使用的是 Windows 并且需要 GUI 客户端,您可以考虑 S3浏览器
If you are on Unix/Linux, you may try to use command line s3 tools such as s3cmd. You will need pre-configure it and then you may put it into the cron:
If you are on Windows and need GUI client you may consider S3 Browser