All Downloads are FREE. Search and download functionalities are using the official Maven repository.

view.api.html Maven / Gradle / Ivy

There is a newer version: 2.7
Show newest version
@*
*  Made with all the love in the world
*  by scireum in Remshalden, Germany
*
*  Copyright by scireum GmbH
*  http://www.scireum.de - [email protected]
*@
@args ninja.Bucket bucket
@extends(view.main.html, title: "API")

@section(header) {

Supported API

}

Basically all object methods are supported. However no ACLs are checked. If the bucket is public, everyone can its contents. Otherwise a valid hash has to be provided as Authorization header. The hash will be checked as expected by amazon, but no multiline-headers are supported yet. (Multi-value headers are supported).

Supported Methods
  • GET /bucket/object
  • PUT /bucket/object
  • DELETE /bucket/object
  • HEAD /bucket/object




© 2015 - 2024 Weber Informatics LLC | Privacy Policy