Hi Nora, as we don’t seem to be getting any support on this. Lets just compare versions.
I have managed to upload a file to S3 from within the Amazon S3 menu in WPDM (not on adding a package screen). I think this was after I updated the CORS policy on the bucket to include my domain and also update the Allowed Methods to:
<AllowedMethod>PUT</AllowedMethod>
<AllowedMethod>POST</AllowedMethod>
<AllowedMethod>DELETE</AllowedMethod>
This is what I can’t do though:
– I can create a new folder, but cannot upload a file to it
– I can’t delete files
– I can’t upload from within the Add Package screen.
When I do, I get this PHP error:
AH01071: Got error ‘PHP message: PHP Fatal error: Uncaught Aws\\S3\\Exception\\PermanentRedirectException: AWS Error Code: PermanentRedirect, Status Code: 301, AWS Request ID: 003187C57BB932C0, AWS Error Type: client, AWS Error Message: The bucket you are attempting to access must be addressed using the specified endpoint. Please send all future requests to this endpoint: “mybucketname.s3.amazonaws.com”…
I think this is perhaps related to region – my bucket is Ireland. When I set it to US standard, I don’t get this error, although I can’t upload files there.
Is there anything further that you can help me with?