Hi everyone,
I have configured my storage on Amazon S3.
I have made modifications to the database in the sys_objects_storage table.
Since there are currently only a few files on my site (for testing purposes), can I simply delete all the files/folders in the "storage" directory, even if I need to reinstall them on the site?
Or do I absolutely need to transfer them to S3?
If transferring is necessary, how should I proceed exactly?
Thank you very much.
Comments
T
You never delete without saving a copy, right? As soon as I changed my database from local to S3 all the new content was stored remotely. For existing content that was created before I moved to external storage, I had to copy the files to my remote storage bucket, first.
I had to overcome some challenges https://una.io/d/problems-with-setting-up-s3-cloud-storage , but since that it's working without any issue.
S
Hi Thomlin,
I have already taken all these actions for days. The images are indeed present on my website when it is configured as "local," but no image is downloading correctly when I activate S3 storage... and I have tried all the solutions and looked through all the information pages ;/
My bucket seems to be properly configured. I have tried all the options, but it's still empty!
S
S