UtilitySansar
Cloud

S3 URI / URL Parser

Convert freely between s3:// URIs, virtual-hosted URLs, path-style URLs, and S3 ARNs. Pull the bucket, key, region, and version ID out of any form, and get ready-to-run aws-cli commands for copying or listing.

도구 요약

이 도구는 구조화된 입력을 받아 서버 업로드 없이 브라우저에서 결정적인 출력을 반환합니다.

도구 이름
S3 URI / URL Parser
입력 의도
변환·검증·분석할 원본 콘텐츠를 제공하세요.
출력 의도
복사, 재사용 또는 디버깅에 적합한 정규화된 출력을 받습니다.
예시 입력
https://my-bucket.s3.us-east-1.amazonaws.com/reports/2025/q1.csv
예시 출력
bucket=my-bucket · key=reports/2025/q1.csv · region=us-east-1 · s3://my-bucket/reports/2025/q1.csv

Local processing / privacy notice

  • Inputs are processed in your browser session.
  • We do not send raw input/output values to our analytics endpoint.
  • Use reset/clear actions when working with confidential data.
Parsed entirely in your browser.
Examples:
Bucket
my-bucket
Key
reports/2025/q1.csv
Region
us-east-1
Addressing
Virtual-hosted HTTPS
s3:// URI
s3://my-bucket/reports/2025/q1.csv
HTTPS URL
https://my-bucket.s3.us-east-1.amazonaws.com/reports/2025/q1.csv
aws s3 cp
aws s3 cp s3://my-bucket/reports/2025/q1.csv ./
aws s3 ls
aws s3 ls s3://my-bucket/reports/2025/q1.csv

도구 소개

Convert freely between s3:// URIs, virtual-hosted URLs, path-style URLs, and S3 ARNs. Pull the bucket, key, region, and version ID out of any form, and get ready-to-run aws-cli commands for copying or listing.

도구 개요

S3 exposes the same object under several addressing schemes: s3://bucket/key for the CLI, https://bucket.s3.<region>.amazonaws.com/key for virtual-hosted access, https://s3.<region>.amazonaws.com/bucket/key for legacy path-style, plus arn:aws:s3:::bucket/key for IAM. Each has slightly different rules around region segments, dualstack, and Transfer Acceleration. This tool normalizes them all: paste any form, get the others, and see warnings if the bucket name would fail S3 DNS rules.

사용 사례

  • Convert a console URL into an s3:// URI for the CLI
  • Pull the bucket and key out of a messy pre-signed URL (minus the signature)
  • Validate that a bucket name still obeys S3 DNS rules after a rename
  • Generate a quick "aws s3 cp" command from a URL you were given

입력/출력 예시

입력 의도
https://my-bucket.s3.us-east-1.amazonaws.com/reports/2025/q1.csv
출력 의도
bucket=my-bucket · key=reports/2025/q1.csv · region=us-east-1 · s3://my-bucket/reports/2025/q1.csv
입력 의도
s3://videos/intro.mp4
출력 의도
bucket=videos · key=intro.mp4 · region=—

자주 묻는 질문

What are virtual-hosted and path-style URLs?+
Virtual-hosted URLs put the bucket in the hostname (bucket.s3.region.amazonaws.com). Path-style URLs put it in the path (s3.region.amazonaws.com/bucket). AWS is phasing out path-style for new buckets.
Does this work on pre-signed URLs?+
Yes — the parser will extract the bucket, key, and region. The signature query parameters are surfaced for reference but not validated.
What are the S3 bucket naming rules?+
3–63 characters, lowercase letters, numbers, dots, and hyphens; must start and end with a letter or number; no adjacent dots; not an IP address. The tool flags names that violate these rules.

다른 도구 보기

아래의 Cloud 카테고리에서 관련 유틸리티를 찾아보세요.

전체 Cloud 보기

관련 도구

유용할 수 있는 엄선된 유틸리티