Are we suppose to just make a Bucket and the system will do the rest, or are we suppose to add the (0 folder) in the bucket. The 0 folder is the only folder I see in the uploads folder also, there are no 1,2,3 folders in it.
---------
Endpoint URL:
Link to provider endpoint. You can use keywords: {BUCKET}, {API_KEY}, {REGION}. Example endpoint link for AWS: https://{BUCKET}.s3.amazonaws.com
## Error found## the link should read AWS:https://{BUCKET}s3.amazonaws.com , that little extra dot caused a lot of issues until I found out it was the problem.
edited: Ok now I got it working but all the images are uploaded directly into the bucket folder and not into my uploads/0 folder. Maybe I need to change my Public URL bucket link and add the uploads/0 to it, and then move my pictures back into the right folder 0/ , or have you got any suggestions.
I think I got it figured out, and you can tell me if it's right or wrong.
You only need to make a bucket , and then when the configuration is right, all the pictures that are posted go directly into that bucket as OBJECTS from the site. When a post is deleted , they are also deleted from that bucket.