import "github.com/hashicorp/vault/physical/alicloudoss"
const ( AlibabaMetricKey = "alibaba" AlibabaCloudOSSEndpointEnv = "ALICLOUD_OSS_ENDPOINT" AlibabaCloudOSSBucketEnv = "ALICLOUD_OSS_BUCKET" AlibabaCloudAccessKeyEnv = "ALICLOUD_ACCESS_KEY" AlibabaCloudSecretKeyEnv = "ALICLOUD_SECRET_KEY" )
NewAliCloudOSSBackend constructs an OSS backend using a pre-existing bucket. Credentials can be provided to the backend, sourced from the environment.
type AliCloudOSSBackend struct {
// contains filtered or unexported fields
}
AliCloudOSSBackend is a physical backend that stores data within an Alibaba OSS bucket.
Delete is used to permanently delete an entry
Get is used to fetch an entry
List is used to list all the keys under a given prefix, up to the next prefix.
Put is used to insert or update an entry
Package alicloudoss imports 15 packages (graph) and is imported by 4 packages. Updated 2020-03-28. Refresh now. Tools for package owners.