Search results

  1. B

    Fixed: Unlimited Available Storage

    Hi Adam, Is the "Unlimited Available Storage" supposed to say that, or 1 GB ?
  2. B

    File Storage Plugins

    Given the nature if the application, I believe there is real benefit in adding support for the following cloud storage providers: Azure Storage * Google Cloud Storage IBM Cloud Storage OVHCloud Storage * Especially Azure since thats free for me :)
  3. B

    S3 Bug - Deleted User

    Good to know :) I believe the bulk file delete has a similar problem.... Selecting a file then "Remove Files" - This works fine Selecting a file then "Delete Files and Stats Data" - Adds to the queue, queue completes, files remain in S3. $2 off for every bug I find? :D
  4. B

    S3 Bug - Deleted User

    Adam, It might be worth implementing some kind of "report" which runs (daily/weekly/monthly) to look for orphan files on the storage platform(s), as orphan files would be taking up storage for no reason. In theory it shouldn't ever be needed, but it's a nice reassurance to have.
  5. B

    S3 Bug - Deleted User

    They were not added to the queue. I repeated this twice to double check, nothing happens.
  6. B

    S3 Bug - Deleted User

    Sorry, I'm putting my ISTQB hat on :) It would appear that if an active user has uploaded some files, which are stored in S3, if the user is deleted then the files are not removed. To re-create this: Create a user Upload some files (stored on S3) Files appear in S3 Use admin control panel to...
  7. B

    Questions

    Thanks Adam, I appreciate the offer there! So just I am clear about this.... Files are uploaded using a normal http post, then go into some sort of temporary staging folder. From there is there then some kind of cron job which moves them to S3? When the files are downloaded, does the reverse...
  8. B

    Questions

    I am interested in the Yatishare script. I've noticed there is a Amazon S3 plugin and a Wasabi plugin. Why are they seperate? Wasabi is completely S3 compatible, the only different is within the service URI. Doesn't seem sensible to pay $69 for a plugin where only the URI is different? Or am I...