PUQ Mautic Skip to main content

Product Configuration

MinIO S3 module WHMCS 

 Order now | Dowload | FAQ
Add new product to WHMCS
System Settings->Products/Services->Create a New Product

In the Module settings section, select the "PUQ MinIOS3" module

image-1703142519047.png

 

  • License key: A pre-purchased license key for the "PUQ MinIOS3" module. For the module to work correctly, the key must be active
  • Unit: Packet disk space units
  • Disk space size: Disk size in this product
  • Notification disk limit email template: Email template that will be sent when the disk quota is exceeded in %
  • Notification, used disk space X %: Sets a percentage parameter, after exceeding this parameter a notification will be sent to the user
  • Username prefix/Username suffix: Necessary in order to generate a username for the service, in the format: prefix<client_id>-<service_id>suffix
  • Group: The group that will be assigned to the user on the server side of the MinIO S3
  • Raw Policy: The policy that is assigned to the user during creation on the server

 Example:

In the given policy example. The user has the right to create buckets with a name starting with the username.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Effect": "Allow",
            "Action": [
                "admin:Heal",
                "admin:SetBucketTarget",
                "admin:TopLocksInfo",
                "admin:DataUsageInfo",
                "admin:GetBucketQuota",
                "admin:GetBucketTarget"
            ],
            "Resource": [
                "arn:aws:s3:::<USER_ID>*"
            ]
        },
        {
            "Effect": "Allow",
            "Action": [
                "s3:*"
            ],
            "Resource": [
                "arn:aws:s3:::<USER_ID>*"
            ]
        }
    ]
}
  • Suspend exceeding disk limit email template: The template of the letter that will be sent to the client if his disk limit is 100% or less 100%
  • Save usage history (days): The number of days it takes to save user disk usage statistics
  • Link to instruction: Link to the instruction, if filled out, it will be reflected in the client area
  • Default Bucket: Options to enable or disable the creation of a default bucket, and also set its prefix
  • Client Area: Client zone settings, show or not show the password in the client zone, type how to show the password.