2022-08-04
Below is the change introduced in this compatibility date:
===================================================================
--- 2022-03-21
+++ 2022-08-04
@@ -1138,8 +1138,9 @@
prefix?: string;
cursor?: string;
delimiter?: string;
startAfter?: string;
+ include?: ("httpMetadata" | "customMetadata")[];
}
declare abstract class R2Bucket {
head(key: string): Promise<R2Object | null>;
get(