Forrest logo
back to context overview

aws-s3-presign

List of commands for aws-s3-presign:

  • aws-s3-presign:tldr:08062 aws-s3-presign: Generate a pre-signed URL valid for a specific lifetime.
    $ aws s3 presign s3://${bucket_name}/${filename} --expires-in ${duration_in_seconds}
    try on your machine
    explain this command
  • aws-s3-presign:tldr:262fa aws-s3-presign: Generate a pre-signed URL for a specific S3 object that is valid for one hour.
    $ aws s3 presign s3://${bucket_name}/${filename}
    try on your machine
    explain this command
  • aws-s3-presign:tldr:e8e78 aws-s3-presign: Display help.
    $ aws s3 presign help
    try on your machine
    explain this command
back to context overview