≡

wincent.dev

  • Products
  • Blog
  • Wiki
  • Issues
You are viewing an historical archive of past issues. Please report new issues to the appropriate project issue tracker on GitHub.
Home » Issues » Feature request #1485

Feature request #1485: Publish Synergy 4.4 via Amazon S3

Kind feature request
Product Synergy
When Created 2/21/2010, updated 2/22/2010
Status closed
Reporter Greg Hurrell
Tags no tags

Description

Just a reminder to myself: this is going to be the first release that I publish via Amazon S3.

Why? The data quantities involved are so small that S3 is effectively free, so we may as well use it to keep the application instance as lightly loaded and responsive as possible.

Comments

  1. Greg Hurrell 2/21/2010

    Quick reminder on how to do this:

    aws put s3-host/synergy/releases/synergy-4.4.zip \
            ~/local/path/to/Synergy4.4.zip
  2. Greg Hurrell 2/21/2010

    And to be publicly readable:

    aws put s3-host/synergy/releases/synergy-4.4.zip?acl --set-acl=public-read

    Or more briefly:

    aws put s3-host/synergy/releases/synergy-4.4.zip?acl --public
  3. Greg Hurrell 2/22/2010

    It's out.

  4. Greg Hurrell 2/22/2010

    Status changed:

    • From: new
    • To: closed
Add a comment

Comments are now closed for this issue.

  • contact
  • legal

Menu

  • Blog
  • Wiki
  • Issues
  • Snippets