Skip to content
This repository was archived by the owner on Apr 30, 2019. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: spring-attic/aws-maven
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: mainstreethub/aws-maven
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 1 contributor

Commits on Dec 1, 2014

  1. Remove intellij project files.

    bbeck committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    2c9caf7 View commit details
    Browse the repository at this point in the history
  2. Update with MainStreetHub needs.

    This update contains two principle parts.  First is the upgrade to the
    newest version of the AWS Java SDK.  This enables us to use a better
    credentials provider chain that will read a ~/.aws/credentials file
    if it's present.
    
    Secondly, we update the PutObject API calls to also grant the bucket
    owner full access to any objects that were uploaded.  This is
    important because, at MainStreetHub at least, our build system has
    credentials to a different AWS account from the one that owns the
    S3 bucket that we're writing artifacts into.  If we don't do this
    then we end up in a situation where we can write artifacts just
    fine to the bucket, but can't read them!
    bbeck committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    57f0222 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b070c69 View commit details
    Browse the repository at this point in the history
  4. Update version number.

    bbeck committed Dec 1, 2014
    Configuration menu
    Copy the full SHA
    eba12f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    470fe5f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4813796 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    05cd015 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d65731 View commit details
    Browse the repository at this point in the history
Loading