Opened at 2022-01-04T18:00:16Z
Closed at 2022-01-31T16:55:47Z
#3855 closed task (fixed)
HTTP storage protocol: implement initial immutable APIs
Reported by: | itamarst | Owned by: | itamarst |
---|---|---|---|
Priority: | normal | Milestone: | HTTP Storage Protocol |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description (last modified by itamarst)
In particular, this covers the simplest success case, in order to reduce the scope of the PR:
- Allocating buckets.
- Uploading to a bucket.
- Downloading from a bucket.
Followup PRs will deal with error-handling, validation, etc..
Change History (2)
comment:1 Changed at 2022-01-17T19:28:43Z by itamarst
- Description modified (diff)
comment:2 Changed at 2022-01-31T16:55:47Z by GitHub <noreply@…>
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 5e8cc06e/trunk: