I’m starting to receive this error for all the operations involving files using the words API. I’m using Internal Storage and until yesterday, everything was working correctly.
curl -v “https://api.aspose.cloud/v4.0/words/create?filename=testing.docx”
-X PUT
-H “Authorization: Bearer ”
-d “”
Response:
{
“Error”:{
“Code”:“InternalError”,
“Message”:“Error while save file ‘testing.docx’ to storage: AmazonS3 Storage exception: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.”,
“Description”:“Operation Failed. Internal error.”,
“InnerError”:{
“Code”:“error”,
“Message”:“AmazonS3 Storage exception: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint.”,
“Description”:“Exception of type ‘Amazon.Runtime.Internal.HttpErrorResponseException’ was thrown.”
}
},
“RequestId”:“1ee403a2417b7662e28d7b89234c179b”
}