You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
问题描述:
我正在尝试使用 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 参数。
The text was updated successfully, but these errors were encountered: