Skip to content

Commit 01eb276

Browse files
author
Jacob Wenger
authored
Removed etag from ObjectMetadata interface (#127)
As per @katfang and noted [here](https://cs.corp.google.com/piper///depot/google3/java/com/google/cloud/eventprocessing/gcs/relay/ObjectMetadataPayload.java?rcl=148419331&l=84), `etag` is not currently included in the `ObjectMetadata` payload.
1 parent b160721 commit 01eb276

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/providers/storage.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ export interface ObjectMetadata {
8989
};
9090
crc32c?: string;
9191
componentCount?: number;
92-
etag?: string;
9392
customerEncryption?: {
9493
encryptionAlgorithm?: string,
9594
keySha256?: string,

0 commit comments

Comments
 (0)