An open API service indexing awesome lists of open source software.

https://github.com/masterfermin02/awsglacier_uploader

Script to upload all files in a folder and subdirectories to aws s3 glacier with PHP
https://github.com/masterfermin02/awsglacier_uploader

aws aws-glacier aws-glacier-vaults php

Last synced: 2 months ago
JSON representation

Script to upload all files in a folder and subdirectories to aws s3 glacier with PHP

Awesome Lists containing this project

README

          

# awsglacier_uploader
Script to upload all folder and subdirectory to aws s3 glacier with PHP

# How to install
- 1 - Run composer

`Composer install`

- 2 - Copy credentials_sample.ini to credentials.ini and update with your aws data

`cp credentials_sample.ini credentials.ini`

- 3 - Once this is done, you’ll need to adapt the index PHP script for your use case and0/d run it with :

`php -f index.php`