https://github.com/javierarce/icloud-to-s3
iCloud photos → S3 bucket
https://github.com/javierarce/icloud-to-s3
backup icloud icloud-photos photos s3
Last synced: 26 days ago
JSON representation
iCloud photos → S3 bucket
- Host: GitHub
- URL: https://github.com/javierarce/icloud-to-s3
- Owner: javierarce
- License: gpl-3.0
- Created: 2022-09-26T10:43:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T19:00:49.000Z (over 2 years ago)
- Last Synced: 2025-03-31T10:11:12.274Z (2 months ago)
- Topics: backup, icloud, icloud-photos, photos, s3
- Language: JavaScript
- Homepage:
- Size: 24.4 KB
- Stars: 10
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This script moves photos from a shared iCloud album to an S3 bucket.
### How to use
1. Edit `env.sample` with your Shared Album id, S3 credentials, and output folder
2. Rename `env.sample` to `.env`
3. Install dependencies with `yarn`
4. Run the script with `yarn start`