File tree Expand file tree Collapse file tree
branches/autosynth-pubsub/google-cloud-clients/google-cloud-storage/src/main/java/com/google/cloud/storage/spi/v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ refs/heads/autosynth-compute: 8e86445e504cea6f99b9fb237bfd7f0e5ef8b3ce
116116refs/heads/autosynth-container: f6384095f50b31bfc8208542a49181e158d3681c
117117refs/heads/autosynth-dataproc: bc74a8841bc1693d7945d991d15979df550b1fd1
118118refs/heads/autosynth-monitoring: e67db7395a868e5f6ecc3476eb4a91c47abd4234
119- refs/heads/autosynth-pubsub: b9aeb1b8f0bf94faf4f4125b14170e040778d26a
119+ refs/heads/autosynth-pubsub: 6b37bc5858b76ddf9ef87702987fcc7e1ac140c7
120120refs/heads/autosynth-video-intelligence: 3e8faeeee2f803271529bd6e89b621c1ca098628
121121refs/heads/autosynth-vision: d758c43ba2ef4f4f7ad07b722617cb39fe3f29db
122122refs/heads/spanner: 54a5e197bfe0a004e13c190427f46c3413ab572d
Original file line number Diff line number Diff line change @@ -288,8 +288,9 @@ public StorageObject create(
288288 new InputStreamContent (storageObject .getContentType (), content ));
289289 insert .getMediaHttpUploader ().setDirectUploadEnabled (true );
290290 Boolean disableGzipContent = Option .IF_DISABLE_GZIP_CONTENT .getBoolean (options );
291- if (disableGzipContent != null )
292- insert .getMediaHttpUploader ().setDisableGZipContent (disableGzipContent );
291+ if (disableGzipContent != null ) {
292+ insert .setDisableGZipContent (disableGzipContent );
293+ }
293294 setEncryptionHeaders (insert .getRequestHeaders (), ENCRYPTION_KEY_PREFIX , options );
294295 return insert
295296 .setProjection (DEFAULT_PROJECTION )
You can’t perform that action at this time.
0 commit comments