-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add gcs driver to project (#7)
* feat: add gcs driver to project * ci: convert to base64 * ci: create new step to create the gcs file * ci: fix run command step Create GCS Credential * ci: fix run command step Create GCS Credential * ci: fix run command step Create GCS Credential * test: adjust build storage test, add gcs to array * test: remove some tests from gcs to not break the rate limit * test: remove some tests from gcs to not break the rate limit
- Loading branch information
Showing
14 changed files
with
1,460 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,13 @@ | ||
APP_NAME="SecJS" | ||
APP_URL="https://cdn.secjs.io" | ||
|
||
AWS_REGION="" | ||
AWS_KEY="" | ||
AWS_BUCKET="" | ||
AWS_SECRET="" | ||
AWS_ENDPOINT="" | ||
|
||
GCS_BUCKET="" | ||
GCS_ENDPOINT="https://storage.googleapis.com/storage/v1/b/${GCS_BUCKET}" | ||
GCS_PROJECT="" | ||
GCS_SECRET="./gcs-credentials.json" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,3 +129,4 @@ dist | |
build | ||
|
||
storage | ||
gcs-credentials.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.