Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ObjectStoreDynamo ¶
type ObjectStoreDynamo struct {
// contains filtered or unexported fields
}
func (*ObjectStoreDynamo) Configure ¶
func (r *ObjectStoreDynamo) Configure(config cfg.ConfigIfc) error
func (*ObjectStoreDynamo) GetObject ¶
func (r *ObjectStoreDynamo) GetObject(path string) (*obj.Object, error)
Note that this precludes usage of Dynamo's support for "sort keys"; who would have thought that two keys would be required for an object store? Use read-through cache which requires us to mutate state
Click to show internal directories.
Click to hide internal directories.