logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Generate S3 Pre-signed URL - AWS S3 Presign | Online Free DevTools by Hexmos

Generate pre-signed URLs with AWS S3 Presign. Securely share S3 objects by creating temporary access. Free online tool, no registration required.

aws-s3-presign

Generate pre-signed URLs for Amazon S3 objects. More information: https://awscli.amazonaws.com/v2/documentation/api/latest/reference/s3/presign.html.

  • Generate a pre-signed URL for a specific S3 object that is valid for one hour:

aws s3 presign s3://{{bucket_name}}/{{path/to/file}}

  • Generate a pre-signed URL valid for a specific lifetime:

aws s3 presign s3://{{bucket_name}}/{{path/to/file}} --expires-in {{duration_in_seconds}}

  • Display help:

aws s3 presign help

See Also