Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使用 scriptella 从 amazon S3 读取文件。我没有看到任何 S3 连接器。一般来说,如何使用 http/https 访问一组远程文件。增强 AbstractConnection 来实现这一点是多么容易。欢迎任何指点。
由于您无需身份验证即可访问这些文件,因此您可以使用与本地文件相同的连接器:它们应该支持 http url(我仅尝试使用 csv 驱动程序和保管箱中的 csv 文件并且它有效):
<connection id="in" driver="csv" url="http://hostname.s3.amazonaws.com/csv_files/file1.csv"/>