🪣

S3 → HF Buckets

Import your data from Amazon S3 (or any S3-compatible storage) into Hugging Face Storage Buckets. Fast, secure, server-side transfer.

🔒

Secure

Credentials are encrypted and not persisted

☁️

Server-side

Transfer runs on HF infrastructure via Jobs

Fast

Parallel downloads with configurable workers

1

Connect to S3

Provide your AWS credentials so we can list your S3 bucket contents. Credentials are used in your browser to browse files, then passed as encrypted secrets to the import Job. They are not stored beyond the lifetime of the Job.
Your IAM access key ID, starting with AKIA. You can create one in the AWS IAM Console under "Access keys". Leave empty for public S3 buckets that allow anonymous read access.
The secret key paired with your Access Key ID. It was shown only once when you created the access key. This value is sent to the HF Job as an encrypted secret and is not persisted beyond the Job's lifetime. Leave empty for public S3 buckets.
The name of your S3 bucket (not the full ARN or URL). For example, if your bucket URL is s3://my-data-bucket, enter my-data-bucket.
The AWS region where your S3 bucket is hosted, e.g. us-east-1, eu-west-1, ap-southeast-1. You can find this in the AWS Console next to your bucket name, or in the bucket's Properties tab. For non-AWS services, use the Endpoint URL field below instead.
For S3-compatible services like MinIO, DigitalOcean Spaces, Cloudflare R2, Scaleway, OVHcloud, etc. When set, this replaces the AWS region — the two fields are mutually exclusive. Leave empty for standard AWS S3 (the region above will be used).
Filter to a subfolder within your bucket. Only files under this path will be listed and imported. For example, data/exports/ will only show files starting with that path. Leave empty to browse the entire bucket.