Skip to content

Commit

Permalink
Remove experimantal notice from object store (#1399)
Browse files Browse the repository at this point in the history
Signed-off-by: Piotr Piotrowski <piotr@synadia.com>
  • Loading branch information
piotrpio committed Sep 12, 2023
1 parent 22c0f27 commit f1601bd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions object.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ import (
)

// ObjectStoreManager creates, loads and deletes Object Stores
//
// Notice: Experimental Preview
//
// This functionality is EXPERIMENTAL and may be changed in later releases.
type ObjectStoreManager interface {
// ObjectStore will look up and bind to an existing object store instance.
ObjectStore(bucket string) (ObjectStore, error)
Expand All @@ -53,10 +49,6 @@ type ObjectStoreManager interface {

// ObjectStore is a blob store capable of storing large objects efficiently in
// JetStream streams
//
// Notice: Experimental Preview
//
// This functionality is EXPERIMENTAL and may be changed in later releases.
type ObjectStore interface {
// Put will place the contents from the reader into a new object.
Put(obj *ObjectMeta, reader io.Reader, opts ...ObjectOpt) (*ObjectInfo, error)
Expand Down

0 comments on commit f1601bd

Please sign in to comment.