hermes
hermes copied to clipboard
Make Blobs completely immutable
This involves at least 2 steps:
- Remove the
Bucket::RenameBlobfunction from the public API. - Change the behavior of a
Puton an existingBlob. Previously it would destroy aBlobif it already existed, then do thePut. Instead, thePutshould fail with aBLOB_EXISTSerror.
Scan the API to see if any other changes are required. Adapter changes may also be required.