Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mtj0928/scipio-s3
A cli tool wrapping Scipio for using S3 as a cache storage.
https://github.com/mtj0928/scipio-s3
Last synced: about 2 months ago
JSON representation
A cli tool wrapping Scipio for using S3 as a cache storage.
- Host: GitHub
- URL: https://github.com/mtj0928/scipio-s3
- Owner: mtj0928
- Created: 2024-09-14T13:44:52.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T08:47:19.000Z (2 months ago)
- Last Synced: 2024-10-21T12:00:59.563Z (2 months ago)
- Language: Swift
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scipio-S3
A cli tool wrapping [Scipio](https://github.com/giginet/Scipio) for using S3 as a cache storage.
This tool caches XCFrameworks to your local storage and S3 storage.## How to Use
Before using this tool, set environment values, `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`.```sh
$ scipio-s3 {path/to/MyAppDependencies} {bucket name} {region} {endpoint}
```
This is an example.
```sh
$ scipio-s3 ./ scipio-cache us-east-1 http://s3.us-east-1.amazonaws.com
```
This tool also supports the same options Scipio like `--support-simulators` and `--embed-debug-symbols`.
Please check documents of options of scipio.