Skip to content

Asynchronously and parallelly changes the storage class of all objects in an AWS S3 bucket.

License

Notifications You must be signed in to change notification settings

julien-boudry/aws-s3-change-objects-storage-class

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Asynchronously and parallelly changes the storage class of all objects in an AWS S3 bucket.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages