← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~rvb/maas/bug-1123986-api-fix into lp:maas

 

The proposal to merge lp:~rvb/maas/bug-1123986-api-fix into lp:maas has been updated.

Description changed to:

This branch adapts the file storage API to the new 'owner' field.
Each user is now virtually isolated in his own namespace when uploading/reading file from the file storage API.
Since we have to cope with existing installations there are a few caveats:
- when a user gets a file from /files/<filename>/, if no owned-file can be found, the API will try to return a non-owned file with the same name
- the anonymous API will always return the *last* uploaded file with the given name.

For more details, see:
https://code.launchpad.net/~rvb/maas/bug-1123986-api-fix/+merge/149059
-- 
https://code.launchpad.net/~rvb/maas/bug-1123986-api-fix/+merge/149059
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~rvb/maas/bug-1123986-api-fix into lp:maas.


References