- The Applied AI and Natural Language Processing Workshop
- Krishna Sankar Jeffrey Jackovich Ruze Richards
- 102字
- 2021-06-18 18:19:32
CLI Usage
When using a command, specify at least one path argument. The two-path arguments are LocalPath and S3Uri:
- LocalPath: This represents the path of a local file or directory, which can be written as an absolute or relative path.
- S3Uri: This represents the location of an S3 object, prefix, or bucket. The command form is s3://myBucketName/myKey. The path argument must begin with s3:// to indicate that the path argument refers to an S3 object.
The overall command structure is aws s3 <Command> [<Arg> …]. The following table shows the different commands with a description and an example:

Figure 1.32: Command list
推薦閱讀
- 深入淺出SSD:固態存儲核心技術、原理與實戰
- 嵌入式系統設計教程
- AMD FPGA設計優化寶典:面向Vivado/SystemVerilog
- 面向對象分析與設計(第3版)(修訂版)
- Hands-On Artificial Intelligence for Banking
- “硬”核:硬件產品成功密碼
- LPC1100系列處理器原理及應用
- Hands-On Motion Graphics with Adobe After Effects CC
- Python Machine Learning Blueprints
- 筆記本電腦維修技能實訓
- Raspberry Pi Home Automation with Arduino
- 基于S5PV210處理器的嵌入式開發完全攻略
- Advanced Machine Learning with R
- MicroPython Cookbook
- 微服務架構實戰:基于Spring Boot、Spring Cloud、Docker