#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:

  1. Allocating buckets.
  2. Uploading to a bucket.
  3. 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

In 5e8cc06e/trunk:

Merge pull request #1172 from tahoe-lafs/3855-immutable-http-apis-part-1

Immutable HTTP APIs, part 1

Fixes ticket:3855

Note: See TracTickets for help on using tickets.