Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PureFBDriver ¶
PureFBDriver represents a way to interact with a Pure FlashBlade object storage backend via the AWS SDK
func New ¶
func New(cfg *aws.Config, accessKeyID, secretAccessKey string) (*PureFBDriver, error)
New create a new PureFBDriver instance
func (*PureFBDriver) GrantBucketAccess ¶
func (p *PureFBDriver) GrantBucketAccess(id string, accountName string, accessPolicy string) (string, *bucket.BucketAccessCredentials, error)
GrantBucketAccess gives admin access to a bucket
func (*PureFBDriver) RevokeBucketAccess ¶
func (p *PureFBDriver) RevokeBucketAccess(id string, accountId string) error
RevokeBucketAccess is a no-op for admin access to a bucket
func (*PureFBDriver) String ¶
func (p *PureFBDriver) String() string
String returns the driver name for Pure FlashBlade
Click to show internal directories.
Click to hide internal directories.