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
- Host: GitHub
- URL: https://github.com/masterfermin02/awsglacier_uploader
- Owner: masterfermin02
- Created: 2021-02-16T15:11:42.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-03T11:39:41.000Z (over 5 years ago)
- Last Synced: 2024-12-31T05:26:49.228Z (over 1 year ago)
- Topics: aws, aws-glacier, aws-glacier-vaults, php
- Language: PHP
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`