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

Issues 692 #697

Merged
merged 3 commits into from
Feb 9, 2018
Merged

Issues 692 #697

merged 3 commits into from
Feb 9, 2018

Commits on Jan 17, 2018

  1. S3 FileExists fix

    According to https://tools.ietf.org/html/rfc7231#section-4.3.2 HEAD
    must not have response body so the AWS error code NoSuchKey
    cannot be received from S3 and we need to fallback to HTTP NotFound
    error code.
    pjediny committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    60fb415 View commit details
    Browse the repository at this point in the history
  2. S3 SymLink fix

    The copy source should be the name of the source bucket and key name
    of the source object, separated by a slash (/).
    pjediny committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    12e2982 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. Configuration menu
    Copy the full SHA
    9242ea4 View commit details
    Browse the repository at this point in the history