Remote upload to MinIO

Save a URL to MinIO

Paste a public HTTP(S) link and SaveToDrives fetches it server-side, straight into your MinIO bucket. No local download step to script around. MinIO is self-hosted, S3-compatible storage you run yourself — a natural fit for homelab and on-prem setups.

うまく機能する理由

  • Server-side fetch — no need to script a download-then-upload step into your pipeline
  • See the file size before you commit
  • Set a destination bucket and key prefix, so files land exactly where your pipeline expects them

手順

  1. Connect your MinIO bucket (access key, secret key, endpoint, bucket name).
  2. Paste the public file URL into a new remote upload.
  3. Pick your MinIO bucket as the destination, set a key prefix if you want one.
  4. Start the job — watch live progress and get notified when it lands.

FAQ

Can I use this from an automation tool or script?

Today it's driven from the app UI. If you need this triggered programmatically, that's on the roadmap — not available yet.

What if the source URL requires authentication?

You can attach Basic Auth or custom headers to the request if the source needs them.

Do you store my bucket credentials in plaintext?

No — encrypted at rest, same as every connected provider's credentials.