它在此 AWS 自述文件中特别说明要创建 .aws 文件夹,并且存在其他此类文件夹 (.ext),但 Windows 说“您必须键入文件名”才能尝试创建这样的文件夹并获胜不让你
我可能读错了,如果我读错了,请纠正我。\ 令人困惑,我习惯于在注释代码中看到这一点,而不是在实际的文件夹中。
You need to set up your AWS security credentials before the sample code is able
to connect to AWS. You can do this by creating a file named "credentials" at ~/.aws/
(C:\Users\USER_NAME\\.aws\ for Windows users) and saving the following lines in the file:
[default]
aws_access_key_id = <your access key id>
aws_secret_access_key = <your secret key>
Run Code Online (Sandbox Code Playgroud) windows-10 ×1