跳至內容

can not access to amazon cloud system since we changed servers

0

Hello We have changed servers and now we can not access to amazon AWS Cloud System to download files from the remote storage. we have a COM+ to generate the link to download files from amazon S3 remote storage, but since we changed servers COM+ is not working, we have an error and we don't know if the error is from the COM+ or maybe any permission from AWS

in configuration file we have:

<add key="AMAZON_SERVER" value="s3.amazonaws.com"/> <add key="AMAZON_S3_KEY_ID" value="XXXXXX"/> <add key="AMAZON_S3_SECRET_ACCESS_KEY" value="xxxxxx"/>

I hope you can help us.

Best regards Antonio

  • please accept the answer if it was useful

  • Do you understand the error message? Please share what error you are seeing.

1 個回答
1

Common Issues and Solutions

  1. Incorrect AWS Credentials: Double-check the access key ID and secret access key.
  2. Network Issues: Ensure no firewall or proxy settings block access to S3.
  3. Permission Issues: Verify that the IAM user or role has the correct permissions.
  4. Configuration Errors: Ensure the configuration files are correctly set up on the new server.

Verify Network Connectivity from your server.

ping s3.amazonaws.com

Test AWS CLI Access (permissions)

aws s3 ls s3://your-bucket-name --profile your-profile
專家
已回答 2 年前
專家
已審閱 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。