Skip to content

Create temporary signed urls for private S3 buckets using the s3cmd

Notifications You must be signed in to change notification settings

hajoeichler/s3cmd-signed-url

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s3cmd-signed-url

Create temporary signed urls for private S3 buckets using the s3cmd.

Dependencies

The s3cmd-signed-url depends on s3cmd.

Usage

s3cmd-signed-url -b bucket -o object_uri [-a access_key] [-s seconds]

Options

-b bucket_name: bucket name (example: my-bucket)
-o object_uri: URI part of object in S3 bucket (example: somefolder/somefile.ext)
-m http_method: HTTP method to sign - e.g. PUT (default GET)
-a access_key: S3 Access Key (default ${S3_ACCESS_KEY})
-s seconds: how long the signed url will be valid (default 3600)
-h: see this usage information

About

Create temporary signed urls for private S3 buckets using the s3cmd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published