Amazon S3 connector AWSConfig

0
Exploring on uploading file from Mendix to AWS S3. Downloaded Amazon S3 connetor from App store. In Mendix project added: key: com.mendix.core.StorageService, value: com.mendix.storage.s3 n custom settings Updated to run as administrator, granted all privileges Inherited “AwsConfig_NewEdit” to my webpage. On viewing the application in browser and providing the access key, secret key region and identifier as S3 following error was logged in stack. Unable to go through Awsconfig.  com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: Exception occurred in action '{"changes":"Map(SecretKey -> xxxxxxxxxxxxxxxx, AmazonS3Connector.SelectedRegion -> 1, Identifier -> S3, AccessKey -> yyyyyyyyyy)","type":"ChangeAction"}', all database changes executed by this action were rolled back     at com.mendix.basis.actionmanagement.ActionManagerBase.executeSync(ActionManagerBase.java:156)  
asked
2 answers
1

have you perform the connect with aws s3 correctly, please refer to this link

https://medium.com/@shamnad.p.s/how-to-create-an-s3-bucket-and-aws-access-key-id-and-secret-access-key-for-accessing-it-5653b6e54337

 

answered
0

You need to set more than just com.mendix.core.StorageService

These are the settings that you can set: https://docs.mendix.com/refguide/custom-settings#5-amazon-s3-storage-service-settings

answered