Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.