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 deposit directory in storage root #329

Merged
merged 1 commit into from
Apr 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions draft/spec/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,13 @@ <h2>Root Structure</h2>
</li>
</ul>
<p>
Sub-directories within a storage root MUST NOT contain files that are not part of an OCFL Object. Empty
directories MUST NOT appear within a storage root.
An OCFL Storage Root MAY contain a directory named <code>deposit</code>, which MAY be empty. Implementations
MAY use this directory for assembling new or updated content. Clients performing any other operation, or
validating a storage root, MUST ignore the <code>deposit</code> directory if present.
</p>
<p>
Except for a <code>deposit</code> directory, sub-directories within an OCFL Storage Root MUST NOT contain
files that are not part of an OCFL Object. Empty directories MUST NOT appear within a storage root.
</p>
<p>
Although implementations may require multiple OCFL Storage Roots&mdash;that is, several logical or
Expand Down