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.
如何在 Shell 脚本中列出我的输出存储桶中包含的文件?ls ${OUTPUT1_STAGING_DIR} 不起作用,因为我收到消息说没有此名称的文件或目录。我确信有一种简单的方法可以做到这一点,但我似乎找不到解决方案。
根据我使用 DataPipeline 的经验,这是不受支持的。您只能从输入存储桶目录中读取。输出存储桶目录只是您可以写入文件的地方,稍后将复制到 S3 中。