Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(s3): add missing storage classes and API cleanups #2834

Merged
merged 4 commits into from
Jun 13, 2019
Merged

Commits on Jun 12, 2019

  1. feat(s3): add missing storage classes and API cleanups

    Fixes #2708
    
    BREAKING CHANGE: `s3.StorageClass` is now an enum-like class instead of a regular
    enum. This means that you need to call `.value` in order to obtain it's value.
    * **s3:** `s3.Coordinates` renamed to `s3.Location`
    * **codepipeline:** `Artifact.s3Coordinates` renamed to `Artifact.s3Location`.
    Elad Ben-Israel committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    ab08dcb View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/master' into benisrae/s3

    Elad Ben-Israel committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    2b93749 View commit details
    Browse the repository at this point in the history
  3. make readonly

    Elad Ben-Israel committed Jun 12, 2019
    Configuration menu
    Copy the full SHA
    d821e54 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. do not emit empty arrays

    Elad Ben-Israel committed Jun 13, 2019
    Configuration menu
    Copy the full SHA
    f4b5017 View commit details
    Browse the repository at this point in the history