소스 검색

Merge pull request #275 from thanakijwanavit/patch-1

add google drive instruction in readme
tags/v1.1.3
Andrea Spacca 4 년 전
committed by GitHub
부모
커밋
8b92f5bac4
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일17개의 추가작업 그리고 0개의 파일을 삭제
  1. +17
    -0
      README.md

+ 17
- 0
README.md 파일 보기

@@ -153,6 +153,23 @@ If you specify the s3-region, you don't need to set the endpoint URL since the c

To use a custom non-AWS S3 provider, you need to specify the endpoint as definied from your cloud provider.

## Google Drive Usage

For the usage with Google drive, you need to specify the following options:
- provider
- gdrive-client-json-filepath
- gdrive-local-config-path
- basedir

### Creating Gdrive Client Json

You need to create a Oauth Client id from console.cloud.google.com
download the file and place into a safe directory

### Usage example

```go run main.go --provider gdrive --basedir /tmp/ --gdrive-client-json-filepath /[credential_dir] --gdrive-local-config-path [directory_to_save_config] ```

## Contributions

Contributions are welcome.


불러오는 중...
취소
저장