Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS CLI 使用问题与 deepseek-ai S3 桶访问问题 #34

Open
go-with-me000 opened this issue Jan 14, 2024 · 1 comment
Open

AWS CLI 使用问题与 deepseek-ai S3 桶访问问题 #34

go-with-me000 opened this issue Jan 14, 2024 · 1 comment

Comments

@go-with-me000
Copy link

问题描述:

我正在尝试使用 AWS CLI 从 deepseek-ai 的 S3 桶复制文件到本地。我使用的命令是 aws s3 cp s3://deepseek-ai/DeepSeek-LLM/DeepSeek-LLM-7B-Base <local_path> --recursive --request-payer。

但是,我遇到了两个错误:

InvalidAccessKeyId: The AWS Access Key Id you provided does not exist in our records.
Service Unavailable: An error occurred (503) when calling the ListObjectsV2 operation (reached max retries: 4).

实际结果:

出现了 InvalidAccessKeyId 和 Service Unavailable 错误。

其他信息:

我想知道如何正确地访问 deepseek-ai 的 S3 桶,以及是否需要特定的 Access Key ID 或者 endpoint 参数。

@deepseek-ddkk
Copy link

需要一个能够支付的aws账号,并使用该账号的ak/sk复制数据。
lMEiX9qyI5
XKvyzK5tKo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants