 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
      View Source
      
  
const (
	// AWS API neglects to include a constant for this error code.
	ErrCodeNoSuchTagSet = "NoSuchTagSet"
)
    Variables ¶
This section is empty.
Functions ¶
func NewWithClient ¶
func NewWithClient(client s3iface.S3API) (storage.StorageService, error)
NewWithClient creates a new S3 Storage plugin and injects the given client
Types ¶
type S3StorageService ¶
type S3StorageService struct {
	storage.UnimplementedStoragePlugin
	// contains filtered or unexported fields
}
    S3StorageService - Is the concrete implementation of AWS S3 for the Nitric Storage Plugin
func (*S3StorageService) Delete ¶
func (s *S3StorageService) Delete(bucket string, key string) error
Delete - Deletes an item from a bucket
 Click to show internal directories. 
   Click to hide internal directories.