Skip to content

Commit 3d78528

Browse files
author
Amir Tocker
committed
Add expires_at to archive parameters.
1 parent 9971053 commit 3d78528

File tree

1 file changed

+1
-0
lines changed
  • cloudinary-core/src/main/java/com/cloudinary

1 file changed

+1
-0
lines changed

cloudinary-core/src/main/java/com/cloudinary/Util.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ public static final Map<String, Object> buildArchiveParams(Map options, String t
160160
putEager("transformations", options, params);
161161
putObject("timestamp", options, params, Util.timestamp());
162162
putBoolean("skip_transformation_name", options, params);
163+
putObject("expires_at", options, params);
163164
}
164165
return params;
165166
}

0 commit comments

Comments
 (0)