Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 505 Bytes

File metadata and controls

15 lines (10 loc) · 505 Bytes

AWS S3 Util - Change objects storage Class

Asynchronously and parallelly changes the storage class of all objects in an AWS S3 bucket. Searches for objects in one class and converts them to another.

The rewriting of objects is done on the AWS side (invoicing an API COPY command). The rewriting does not imply a period of unavailability of the object.

Instruction

  1. Copy config.template.php to config.php
  2. Fill in config
  3. Composer Install
  4. php Script.php