Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 1.63 KB

File metadata and controls

41 lines (29 loc) · 1.63 KB

MyAdmin Swift Backups

OpenStack Swift object storage backup plugin for the MyAdmin control panel. Provides Swift API integration for backup container management including authentication, uploads, downloads, directory listings, ACL configuration, and account administration.

Build Status Latest Stable Version Total Downloads License

Features

  • Swift v1 token-based authentication with configurable retry
  • Container listing with automatic pagination (10 000-entry batches)
  • File upload with automatic ETag and Content-Type detection
  • File download (buffered and passthrough modes)
  • Container ACL management (read/write permissions)
  • Storage usage and account introspection
  • Integrates with MyAdmin's plugin, settings, and event systems

Requirements

  • PHP 8.2 or later
  • ext-curl
  • ext-soap

Installation

composer require detain/myadmin-swift-backups

Running Tests

composer install
vendor/bin/phpunit

License

This package is licensed under the LGPL-2.1 license.