Steps to sync a bucket to a local folder using APIs

  1. Gather the list of local files with size and md5sum
  2. Gather all the current entries in Bucket with Get Entries
  3. Loop through every remote file
  4. Loop through the local file list
  5. Loop through the add/update list
  6. Loop through delete list and use the Delete an entry
  7. If you wish to create a release, use the Create a new release with the entries from the release entry list