{
  "name": "Auto-cleanup of Cloudflare R2 files older than 2 weeks (+ Telegram notifications)",
  "nodes": [
    {
      "id": "1d6e7f05-a102-47aa-adf7-a5c99fd6de24",
      "name": "S3",
      "type": "n8n-nodes-base.s3",
      "position": [
        -140,
        -80
      ]
    },
    {
      "id": "bbc59eb2-b927-48ae-9b05-9dde8f8bb076",
      "name": "Code",
      "type": "n8n-nodes-base.code",
      "position": [
        140,
        -80
      ]
    },
    {
      "id": "0612b8b7-23e1-4ccc-8563-3e2396f67c6d",
      "name": "S31",
      "type": "n8n-nodes-base.s3",
      "position": [
        420,
        -80
      ]
    },
    {
      "id": "0864095d-e7eb-47d3-9b21-2103b6f64a01",
      "name": "Telegram",
      "type": "n8n-nodes-base.telegram",
      "position": [
        680,
        -80
      ]
    },
    {
      "id": "808e756e-7a74-4b03-86ac-c915578a7c04",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -400,
        -80
      ]
    },
    {
      "id": "86406c94-fa65-446c-aad9-47cd6073e61d",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -460,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## Schedul\nRun from setup schedule time"
      }
    },
    {
      "id": "a8fc923d-623b-4d68-8896-d97411d8be10",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -200,
        -240
      ],
      "parameters": {
        "width": 220,
        "height": 340,
        "content": "## R2 Object (S3)\nGet file from Cloudflare R2 Object (S3)"
      }
    },
    {
      "id": "3db54850-3f7c-4638-ae04-4110efeb69d0",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        60,
        -240
      ],
      "parameters": {
        "width": 260,
        "height": 340,
        "content": "## Filter File\nFilter file for remove"
      }
    },
    {
      "id": "8814b537-f0e0-4e18-a1b3-9a43beae7f72",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        340,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## Delete File\nRemove file from cloud"
      }
    },
    {
      "id": "1442dabd-cfb8-4c79-8ff3-c53d6f06009f",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        620,
        -240
      ],
      "parameters": {
        "width": null,
        "height": 340,
        "content": "## Telegram Notify\nNotify remove file success"
      }
    }
  ],
  "connections": {
    "S3": {
      "main": [
        [
          {
            "node": "Code",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "S31": {
      "main": [
        [
          {
            "node": "Telegram",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Code": {
      "main": [
        [
          {
            "node": "S31",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "S3",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}