whatwg / fs

File System Standard
https://fs.spec.whatwg.org/
Other
224 stars 19 forks source link

Rename the Origin Private File System to the Bucket File System #129

Closed a-sully closed 1 year ago

a-sully commented 1 year ago

Fixes #92


Preview | Diff

a-sully commented 1 year ago

cc @annevk @asutherland @inexorabletash @mkruisselbrink

tomayac commented 1 year ago

Since the publicized name in blogs etc. has been origin private file system, I wonder what we do "brand"-wise. Would it be fair to keep saying "origin private file system" in general, and then more concretely say that "the origin private file system can contain one or multiple bucket file systems"?

a-sully commented 1 year ago

I think it's fine to continue to refer to it publicly as the Origin Private File System, which at this point seems to have some name recognition and has even crept into interfaces such as sqlite3 WASM. But from the perspective of the spec, we probably should use the more specific term? Developers presumably look at MDN rather than the spec itself anyways, and MDN could have a note explaining the discrepancy

Alternatively we could just leave things as they are (or perhaps make the minimal change of saying "an OPFS" instead of "the OPFS", to imply that there could be multiple per origin)

"the origin private file system can contain one or multiple bucket file systems"

I wouldn't suggest framing it this way, since it makes it seem like an OPFS contains several file systems. An origin (or more accurately, a storage key) can contain several buckets, and therefore several file systems (one per bucket)

tomayac commented 1 year ago

I think it's fine to continue to refer to it publicly as the Origin Private File System, which at this point seems to have some name recognition and has even crept into interfaces such as sqlite3 WASM. But from the perspective of the spec, we probably should use the more specific term? Developers presumably look at MDN rather than the spec itself anyways, and MDN could have a note explaining the discrepancy

FYI, @chrisdavidmills helps us with documenting this on MDN.

Alternatively we could just leave things as they are (or perhaps make the minimal change of saying "an OPFS" instead of "the OPFS", to imply that there could be multiple per origin)

This makes sense to me, and is a minimal change.

I wouldn't suggest framing it this way, since it makes it seem like an OPFS contains several file systems. An origin (or more accurately, a storage key) can contain several buckets, and therefore several file systems (one per bucket)

This may be a stupid question, but calling it Bucket File System sort of implies we have agreement on Storage Buckets (deep-link to the relevant OPFS section)?! Yet it seems like Mozilla's suggested "worth prototyping" position from https://github.com/mozilla/standards-positions/issues/475 is stalled on https://github.com/WICG/storage-buckets/pull/36, and WebKit's not published a position yet looking at https://github.com/WebKit/standards-positions/issues/181.

annevk commented 1 year ago

No, Bucket here refers to Storage Standard terminology. Not the Storage Buckets APIs.

tomayac commented 1 year ago

No, Bucket here refers to Storage Standard terminology. Not the Storage Buckets APIs.

Thank you! I see, as per this definition, which the Storage Buckets API also references. It's just a bit confusing that there's also a StorageBucket.

annevk commented 1 year ago

Well, that's an API instance of that concept, so it's quite logical in a way.