-
Are files written to bucket root dir or can you use a folder in root dir?
Files are written to bucket root dir, so in the bucket it should dirs like "bx_*"
Since I set storage to aws i am getting file upload error :Oops! An error occurred with xxx.jpg file: error occurred. Please advise.
We found some problem with European AWS S3 datacenter which are using some newer protocol which our library doesn't support, please try some other (particularly US) datacenter to see if this helps.
I see a discussion on Wasabi Cloud Storage with no end results Wasabi charges a fraction of Amazon's s3 and is s3 compliant. Is this a viable option?
You are correct, for now there are hardcoded calls to Amazon servers (in plugins/amazon-s3/S3.php file), so probably if you change these endpoints to Wasabi servers it could work, but I'm not sure, since I didn't try it yet.
-
I am in the process of changing all references from s3.amazonaws.com to wasabi counterpart urls on s3.php on test site. Will post results and make edited php available if successful.
-
As for amazon cloud storage I am using a US data center already. In the case of Wasabi I have changed all the bucket calls and able to write to the bucket but not read. There are other references to cloudfront in the script I am not sure how to handle. Maybe creating a community fund to have a script written for Wasabi might be a solution if enough interest is shown.
To have successful social media site, without filling it up with 3rd party advertising, is by memberships or a wealth philanthropist. Two major pillars a platform must have to accomplish this are; reliable up-to-date and affordable payment processors and offsite cloud storage options to sustain growth. -
As for amazon cloud storage I am using a US data center already. In the case of Wasabi I have changed all the bucket calls and able to write to the bucket but not read. There are other references to cloudfront in the script I am not sure how to handle. Maybe creating a community fund to have a script written for Wasabi might be a solution if enough interest is shown.
To have successful social media site, without filling it up with 3rd party advertising, is by memberships or a wealth philanthropist. Two major pillars a platform must have to accomplish this are; reliable up-to-date and affordable payment processors and offsite cloud storage options to sustain growth.We're going to add more storages anyway including Wasabi - https://github.com/unaio/una/issues/1896 - but we can't tell when exactly.
-