|
@@ -1045,7 +1045,7 @@ ffmpeg -i "concat:1.ts|2.ts" -c copy output.mp4
|
|
|
|
|
|
// 指定要删除文件的桶名和目录名
|
|
|
String bucketName = this.bucketName;
|
|
|
- String prefix = "/data/tools/minio/data/picbucket/camera_picture/";
|
|
|
+ String prefix = "/camera_picture/";
|
|
|
|
|
|
// 指定要删除的时间点(此处为当前时间之前的时间)
|
|
|
ZonedDateTime deleteTime = ZonedDateTime.now().minusDays(30); // 删除30天前的文件
|