Skip to content

Wasabi

Back up signed PDFs to Wasabi — an S3-compatible service with no egress fees and predictable pricing.


  • WPsigner 2.1.0+
  • A Wasabi account
  • Access key and secret key from the Wasabi console

When a signer completes a document, WPsigner automatically uploads the final PDF to your Wasabi bucket. The flow is identical to the Amazon S3 integration because Wasabi implements the same S3 API:

  1. Document signed — All required signers complete the document.
  2. PDF generated — WPsigner creates the final certified PDF.
  3. Upload triggered — The plugin sends the PDF to your Wasabi bucket using the S3 PutObject operation with AWS Signature V4 authentication.
  4. Confirmation stored — WPsigner records the remote URL and upload status in the document metadata.

  1. Go to the Wasabi Console.
  2. Click Create Bucket.
  3. Choose a unique bucket name (lowercase, no spaces). Example: wpsigner-signed-docs.
  4. Select the region closest to your WordPress server for the best upload performance.
  5. Leave versioning and logging at their defaults unless your organization requires them.
  6. Click Create Bucket.
  1. Go to Access Keys in the Wasabi console sidebar.
  2. Click Create New Access Key.
  3. Copy both the Access Key and Secret Key immediately — the secret key is shown only once.

Store these credentials in a secure location. If you lose the secret key, you must generate a new key pair.

  1. Go to WPsigner → Integrations → Wasabi in your WordPress admin.
  2. Enter the Access Key and Secret Key from Step 2.
  3. Enter the Bucket Name exactly as created in Step 1.
  4. Select the Region that matches the region you chose when creating the bucket.
  5. Click Test Connection to verify the credentials and bucket access.
  6. Once the test passes, click Save Settings.

Use CaseDescription
Long-term archivalStore signed contracts and agreements for years at a flat, predictable cost with no surprise egress fees.
Regulatory complianceKeep tamper-proof copies of signed documents outside your WordPress server to meet audit and retention requirements.
Disaster recoveryMaintain an off-site backup of all signed PDFs in case of server failure or data loss.
High-volume operationsOrganizations that process hundreds of documents per month benefit from Wasabi’s low per-TB pricing.
Multi-site backupCentralize signed document storage from multiple WordPress installations into a single Wasabi bucket.

FeatureWasabiAmazon S3
Egress FeesNone$0.09/GB
Storage Cost$6.99/TB/mo$23/TB/mo
APIS3-compatibleNative S3
Regions1321+
Min Storage1 TBNone

Same security as Amazon S3: AWS Signature V4, AES-256-GCM encryption, rate limiting, nonce verification.


ProblemCauseSolution
Test connection fails with “InvalidAccessKeyId”The access key is incorrect or has been deactivated.Verify the access key in the Wasabi console under Access Keys. Generate a new pair if needed.
Test connection fails with “SignatureDoesNotMatch”The secret key is incorrect or contains trailing whitespace.Re-paste the secret key, making sure there are no extra spaces before or after it.
”NoSuchBucket” errorThe bucket name in WPsigner does not match an existing bucket.Check the exact bucket name in the Wasabi console and re-enter it in WPsigner.
”Region mismatch” or “PermanentRedirect”The region selected in WPsigner does not match the bucket’s actual region.Open the bucket properties in Wasabi to confirm the region, then update the WPsigner setting to match.
Uploads succeed but files are empty (0 bytes)Server memory or execution time limits are too low to process large PDFs.Increase memory_limit to at least 256M and max_execution_time to 120 in your php.ini.
Intermittent timeout errorsNetwork instability or high latency between your server and the Wasabi region.Choose a Wasabi region geographically closer to your hosting server, or increase the WPsigner timeout value.

ComponentMinimum VersionRecommended
WPsigner2.1.0Latest
WordPress5.86.4+
PHP7.48.1+
cURL extensionRequiredLatest
OpenSSL extensionRequiredLatest

  • Amazon S3 — Native AWS storage with the broadest region coverage.
  • Cloudflare R2 — Zero egress fees with a built-in global CDN.
  • Google Drive — Sync signed documents to your Google Workspace.
  • Dropbox — Automatic backups to your Dropbox account.