Remote upload to AWS S3

Save a URL to AWS S3

Paste a public HTTP(S) link and SaveToDrives fetches it server-side, straight into your S3 bucket. No local download step to script around — a clean fit for pipelines that need a file to land in a bucket without a machine in the middle.

うまく機能する理由

  • 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 AWS S3 bucket (access key, secret key, region, bucket name).
  2. Paste the public file URL into a new remote upload.
  3. Pick your S3 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 AWS credentials in plaintext?

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