| Class | Description |
|---|---|
| APILog |
Contains a log of the latest API calls
The entries are stored in memory and will be lost during server restarts.
|
| APILog.Entry |
Represents a log entry.
|
| Aws4HashCalculator |
Hash calculator for AWS
signature v4 calculation
|
| AwsHashCalculator |
Class in charge of generating the appropriate hash for the given request and path prefix by
delegating the computation to either
Aws4HashCalculator or AwsLegacyHashCalculator depending of whether or not Aws4HashCalculator supports the request
or not |
| AwsLegacyHashCalculator |
Hash calculator for legacy AWS signature calculation
|
| Bucket |
Represents a bucket.
|
| NinjaController |
Takes care of the "management ui".
|
| NinjaExtension |
Provides additional variables to the Rythm-Context.
|
| S3Controller |
Handles calls to the S3 API.
|
| Storage |
Storage service which takes care of organizing buckets on disk.
|
| StoredObject |
Represents a stored object.
|
| Enum | Description |
|---|---|
| APILog.Result |
Used to describe if a call was successful or why if failed.
|
Copyright © 2016. All rights reserved.