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

Follow symbolic links #135

Merged
merged 9 commits into from
Mar 30, 2020
Merged

Follow symbolic links #135

merged 9 commits into from
Mar 30, 2020

Commits on Mar 27, 2020

  1. resolves #17

    - added `--no-follow-symlinks` flag to cp command.
    - by default s5cmd follows symbolic links
    ilkinulas committed Mar 27, 2020
    Configuration menu
    Copy the full SHA
    2a1fe68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d529f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08f0fd5 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2020

  1. update changelog

    ilkinulas committed Mar 28, 2020
    Configuration menu
    Copy the full SHA
    ad47027 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. use fs.WithSylink

    ilkinulas committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    52d66b3 View commit details
    Browse the repository at this point in the history
  2. removed global variable

    - added a new parameter to storage.List method
    ilkinulas committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f4142c2 View commit details
    Browse the repository at this point in the history
  3. Trigger notification

    ilkinulas committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    fe38bca View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into follow_symlinks

    # Conflicts:
    #	CHANGELOG.md
    #	command/cp.go
    ilkinulas committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    7aa0259 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    76c5a18 View commit details
    Browse the repository at this point in the history