Skip to content

Commit

Permalink
GCS Enhancement (#981)
Browse files Browse the repository at this point in the history
* inital gcs work

* removing bucket path

* adding tests

* cleaning up and fixing pr issues

* clean up comment

* removing redundant code

* fixing undefined argument bug

* format:fix

* removing apiVersion, changing hidden to internal, and cleaning up tests

* format

* changelog
  • Loading branch information
colerogers authored Sep 30, 2021
1 parent 1065015 commit 0479817
Show file tree
Hide file tree
Showing 6 changed files with 896 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- GCS Enhancement
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"./v2/options": "./lib/v2/options.js",
"./v2/https": "./lib/v2/providers/https.js",
"./v2/params": "./lib/v2/params/index.js",
"./v2/pubsub": "./lib/v2/providers/pubsub.js"
"./v2/pubsub": "./lib/v2/providers/pubsub.js",
"./v2/storage": "./lib/v2/providers/storage.js"
},
"typesVersions": {
"*": {
Expand Down Expand Up @@ -110,6 +111,9 @@
],
"v2/pubsub": [
"lib/v2/providers/pubsub"
],
"v2/storage": [
"lib/v2/providers/storage"
]
}
},
Expand Down
Loading

0 comments on commit 0479817

Please sign in to comment.