Comment to 'Configuration for AWS S3 Storage'
  • Please try to leave empty "Endpoint" setting.

    • I did as suggested, but still not luck. UNA still store in "storage" folder on server and not on AWS. Any more suggestions?

      If you already have some files in the storage, it will not be changed, you need move files manually and change storage engine for particular storage manually in the DB table, as described here - https://github.com/unaio/una/wiki/Remote-Storage

      • Thank you so much @Alex T⚜️ for explaining. So, when I looked at the "engine" in the sys_objectes_storage table I found that some of the engines are "local" while others are "S3V4" (the setting I made). However, all images and videos are still physically located on the "storage" folder. So, if I understood you correctly, I need to manually move that "storage" folder from the app root and put it in the S3 bucket and edit the "engine" field in. the sys_objects_storage table and once that done, all new images, files and videos will go to that "storage" folder in the S3 bucket. Is that correct? if not, please correct me. Thank you so much for your help!

        • Yes, you are correct, but you don't need to have storage folder in S3, all files in UNA storage folder should be in bucket root folder with the same directory structure.