Skip to content

Commit 0479817

Browse files
authored
GCS Enhancement (#981)
* 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
1 parent 1065015 commit 0479817

File tree

6 files changed

+896
-2
lines changed

6 files changed

+896
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- GCS Enhancement

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"./v2/options": "./lib/v2/options.js",
5454
"./v2/https": "./lib/v2/providers/https.js",
5555
"./v2/params": "./lib/v2/params/index.js",
56-
"./v2/pubsub": "./lib/v2/providers/pubsub.js"
56+
"./v2/pubsub": "./lib/v2/providers/pubsub.js",
57+
"./v2/storage": "./lib/v2/providers/storage.js"
5758
},
5859
"typesVersions": {
5960
"*": {
@@ -110,6 +111,9 @@
110111
],
111112
"v2/pubsub": [
112113
"lib/v2/providers/pubsub"
114+
],
115+
"v2/storage": [
116+
"lib/v2/providers/storage"
113117
]
114118
}
115119
},

0 commit comments

Comments
 (0)