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

Add storage engine for Microsoft OneDrive #1910

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

burck1
Copy link

@burck1 burck1 commented Feb 25, 2023

Here's my attempt to add Microsoft OneDrive support.

OneDrive on macOS; why would you do such a thing?!? It's not by choice; my employer is an Office365 shop and they make us use OneDrive on the macOS dev machines...

Example Configuration

[storage]
engine = microsoft_onedrive

Referenced Issues

All submissions

Adding/updating storage engine support

  • This PR is only for one storage engine
  • It has been added to the list of supported storage engines in the README
  • Changes have been added to the WIP section of the CHANGELOG
  • Syncing does not break the application
  • Syncing does not compete with any syncing functionality internal to the application
  • The configuration syncs the minimal set of data
  • No file specific to the local workstation is synced
  • No sensitive data is synced

Improving the Mackup codebase

  • My submission passes the tests
  • I have linted the code locally prior to submission
  • I have written new tests as applicable
  • I have added an explanation of what the changes do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant