将输入值设置为位于服务器上的文件

发布于 2024-09-24 04:49:46 字数 145 浏览 4 评论 0原文

好吧,我对亚马逊 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

谁把谁当真 2024-10-01 04:49:46

如果您使用的是 Unix/Linux,您可以尝试使用命令行 s3 工具,例如 s3cmd。您需要预先配置它,然后您可以将其放入 cron 中:

s3cmd put ./file_name.tar.gz s3://bucket_name/subdirectory/

如果您使用的是 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:

s3cmd put ./file_name.tar.gz s3://bucket_name/subdirectory/

If you are on Windows and need GUI client you may consider S3 Browser

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文