{ "info": { "author": "Taylor Hobbs", "author_email": "hobbstay@gmail.com.com", "bugtrack_url": null, "classifiers": [], "description": "s3deploy\n========\n\nDeploy static sites or upload files to s3.\n\nSimply pass your aws access key, aws secret key, the name of the bucket\nyou want to upload to, and the directory the files are stored in.\n\nCurrent possible command line arguements are:\n\n::\n\n --access-key, -a, 'AWS Access Key'\n --secret-key, -s, 'AWS Secret Key'\n --bucket, -b, 'Name of the bucket to upload to'\n --directory, -d, 'Name of the directory where the files or folders you want to upload are stored'`\n\nUpload\n------\n\ns3deploy will upload everything contained in that folder, including more\nfolders. It will also keep the structure. So,\n\n::\n\n .\n \u251c\u2500\u2500 parent/\n \u251c\u2500\u2500 file\n \u2514\u2500\u2500 child/\n \u2514\u2500\u2500 file\n\nwill look like this inside your bucket:\n\n::\n\n .\n \u251c\u2500\u2500 /\n \u251c\u2500\u2500 file\n \u2514\u2500\u2500 child/\n \u2514\u2500\u2500 file\n\nCurrently, files and folders will be uploaded to the base directory of\nthe bucket.\n\nExample usage of upload:\n\n::\n\n s3deploy -b bucket-name -a aws-access-key -s aws-secret-key -d parent/\n\nDelete\n------\n\ns3deploy also contains a delete command, s3delete.\n\nCurrently this deletes the entire contents of your S3 bucket. It takes\nyour aws access key, aws secret key, and the name of the bucket to\ndelete from.\n\nExample usage of s3delete:\n\n::\n\n s3delete -b bucket-name -a aws-access-key -s aws-secret-key", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tayhobbs/s3deploy", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "S3D", "package_url": "https://pypi.org/project/S3D/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/S3D/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/tayhobbs/s3deploy" }, "release_url": "https://pypi.org/project/S3D/1.0.0/", "requires_dist": null, "requires_python": null, "summary": "s3deploy", "version": "1.0.0" }, "last_serial": 1414448, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "220db69028b1b5f45c12d15e4b5c4f5a", "sha256": "74b9047e23e936e392bbb6b1cd34348ae16a328d772a98e25775bd52eb9d373f" }, "downloads": -1, "filename": "S3D-1.0.0.tar.gz", "has_sig": false, "md5_digest": "220db69028b1b5f45c12d15e4b5c4f5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2438, "upload_time": "2015-02-08T01:30:47", "url": "https://files.pythonhosted.org/packages/6c/26/8077c9fd01351bfbcaae41392b65bf2b3cb74b676d3eabfb25c67f01c79f/S3D-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "220db69028b1b5f45c12d15e4b5c4f5a", "sha256": "74b9047e23e936e392bbb6b1cd34348ae16a328d772a98e25775bd52eb9d373f" }, "downloads": -1, "filename": "S3D-1.0.0.tar.gz", "has_sig": false, "md5_digest": "220db69028b1b5f45c12d15e4b5c4f5a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2438, "upload_time": "2015-02-08T01:30:47", "url": "https://files.pythonhosted.org/packages/6c/26/8077c9fd01351bfbcaae41392b65bf2b3cb74b676d3eabfb25c67f01c79f/S3D-1.0.0.tar.gz" } ] }