Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Could not integrate with S3 storage server due to
    1. During Copying from S3 to NFS management server does nfs mount on to the local. On windows we can mount NFS path to a Driver letter only not to the existing path
      1. Solution(s)
        1. Either remove the intermediate step that is copying from S3 to NFS (i.e remove dependency on NFS when we use S3 storage server)
        2. Or Change the code to mount it to a driver letter only for windows and continue for Linux environments as is.

...