问题标签 [s3cmd]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
3 回答
33455 浏览

amazon-s3 - 通过 s3cmd (Amazon S3) 创建文件夹

我正在使用 s3cmd 将文件上传到我的 S3 服务器。我的问题是,当服务器上的目录不存在时,上传失败。如果文件夹不存在,我如何告诉 s3cmd 创建文件夹?我正在使用 PHP。

0 投票
4 回答
5405 浏览

ruby - How to do the equivalent of 's3cmd setacl --acl-grant=read:82b82d.. s3://somebucket/..' in Ruby?

How can you do the equivalent of:

in Ruby? (preferably by using the 'aws-s3' gem)

=== Edit ===

As Soren suggests below, something similar to this should work:

However that does not work, I get the following error:

The XML you provided was not well-formed or did not validate against our published schema (AWS::S3::MalformedACLError)

Any ideas how to make this work?

0 投票
4 回答
9619 浏览

linux - 自动同步两个 Amazon S3 存储桶,除了 s3cmd?

除了使用 s3cmd 之外,还有另一种自动同步两个 Amazon S3 存储桶的方法吗?也许亚马逊有这个选项?环境是linux,每天我都想将新文件和删除的文件同步到另一个桶。我讨厌把所有鸡蛋放在一个篮子里的想法。

0 投票
2 回答
356 浏览

amazon-s3 - ruby 1.9.2 上的 s3sync 不工作

这是我一直面临的一个长期存在的问题,无法使用 ruby​​ 1.9.2 版中的 s3sync 和 s3cmd,尽管它在 ruby​​ 1.8.7 下可以正常工作。

尝试在此处进行更改

让我通过第一级错误,但随后我得到 403 Forbidden 错误。

0 投票
1 回答
1057 浏览

bash - S3 Bash 脚本循环

我编写了一个脚本来获取我的 S3 存储的大小,该脚本工作正常,除非它不断循环并且永远不会结束。我得到了我需要的所有输出,但它一直在通过它们。

关于它为什么循环的任何想法?

0 投票
6 回答
5545 浏览

amazon-s3 - 授予对文件的 Authenticated Users 组的读取权限

如何授予对文件的 Authenticated Users 组的读取权限?我正在使用 s3cmd 并想在上传时这样做,但我只是直接专注于更改 acl。我应该为http://acs.amazonaws.com/groups/global/AuthenticatedUsers输入什么?我已经尝试了所有可能的 AuthenticatedUsers 组合。

./s3cmd setacl --acl-grant=read:http://acs.amazonaws.com/groups/global/AuthenticatedUsers s3://BUCKET/FILE

./s3cmd setacl --acl-grant=read:AuthenticatedUsers s3://BUCKET/FILE

0 投票
6 回答
63159 浏览

amazon-s3 - 如何删除或清除 S3 上的旧文件?

是否存在删除任何超过 x 天的文件的现有解决方案?

0 投票
3 回答
2778 浏览

perl - s3cmd 内容列表 - 只有文件名 - perl 一个衬里?

目前我正在使用s3cmd ls s3://location/ > file.txt获取我的 s3 存储桶的内容列表并保存在 txt 中。然而,上面返回日期、文件大小路径和文件名。

例如:

我只需要 s3 存储桶的文件名 - 所以在上面的例子中我只需要picture_1.jpg.
有什么建议么?

这是否可以在初始导出后使用 Perl 单列来完成?

0 投票
1 回答
424 浏览

amazon-s3 - 在 mac os x 上链接终端脚本

我正在尝试将一些终端命令链接在一起,以便我可以将文件解压缩,然后直接同步到 amazon s3。这是我到目前为止所拥有的,我已经正确安装了 s3cmd 工具并且可以正常工作。这对我有用。

那么我该如何创建一个可以只使用变量的简单脚本?

0 投票
1 回答
4395 浏览

amazon-web-services - 最有效的 S3 GET 请求方法是什么?

我可以使用以下任一方法从 S3 下载文件。

我的问题是: