Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 534 Bytes

File Staging Server Tool App

Utilizes Vault API Library VAPIL to access the File Staging Server.

Supported File Staging APIs:

  1. List Items at a Path
  2. Create Folder or File
  3. Update Folder or File
  4. Delete Folder or File

Supported Resumable Upload Sessions APIs:

  1. Create Resumable Upload Session
  2. Upload to a Session
  3. Commit Upload Session
  4. List Upload Sessions
  5. Get Upload Session Details
  6. List File Parts Uploaded to Session
  7. Abort Upload Session