Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Atomic create new files with permissions to owner in ethstore #8896

Merged
merged 2 commits into from
Jun 14, 2018

Commits on Jun 14, 2018

  1. Configuration menu
    Copy the full SHA
    4a89970 View commit details
    Browse the repository at this point in the history
  2. Allow replacing existing files

    We have two behaviors for `insert_with_filename` depending on whether `dedup` is true.  Add
    `replace_file_with_permissions_to_owner` which use `OpenOptions::create(true)` instead of `create_new`.
    sorpaas committed Jun 14, 2018
    Configuration menu
    Copy the full SHA
    95bb4a8 View commit details
    Browse the repository at this point in the history