Skip to main content

s3deploy

Project description

Deploy static sites or upload files to s3.

Simply pass your aws access key, aws secret key, the name of the bucket you want to upload to, and the directory the files are stored in.

Current possible command line arguements are:

--access-key, -a, 'AWS Access Key'
--secret-key, -s, 'AWS Secret Key'
--bucket, -b, 'Name of the bucket to upload to'
--directory, -d, 'Name of the directory where the files or folders you want to upload are stored'`

Upload

s3deploy will upload everything contained in that folder, including more folders. It will also keep the structure. So,

.
├── parent/
  ├── file
  └── child/
    └── file

will look like this inside your bucket:

.
├── /
  ├── file
  └── child/
    └── file

Currently, files and folders will be uploaded to the base directory of the bucket.

Example usage of upload:

s3deploy -b bucket-name -a aws-access-key -s aws-secret-key -d parent/

Delete

s3deploy also contains a delete command, s3delete.

Currently this deletes the entire contents of your S3 bucket. It takes your aws access key, aws secret key, and the name of the bucket to delete from.

Example usage of s3delete:

s3delete -b bucket-name -a aws-access-key -s aws-secret-key

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

S3D-1.0.0.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page