-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add file download to node example (#530)
* Add file download to node example * Set validation: false * Set X-Goog-Hash header on download response * Add both crc32c and md5 * Remove fixed comment. * Don't set empty content-type header on download Temporary workaround for #532 so we can get this PR in. Co-authored-by: francisco souza <108725+fsouza@users.noreply.github.com> Co-authored-by: francisco souza <fsouza@users.noreply.github.com>
- Loading branch information
1 parent
ca4df71
commit cd0b800
Showing
4 changed files
with
23 additions
and
3 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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
services: | ||
storage: | ||
image: fsouza/fake-gcs-server | ||
build: ../../ | ||
ports: | ||
- 8080:8080 | ||
volumes: | ||
- ../data:/data | ||
command: ["-scheme", "http", "-port", "8080", "-external-url", "http://localhost:8080", "-backend", "memory"] |
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