mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Replace minio-go with aws-sdk-go for s3-compatible log backend (#670)
* Logs should support specifying region when using S3-compatible object store * Use aws-sdk-go client for s3 backed logstore * fixes vendor with aws-sdk-go dependencies
This commit is contained in:
committed by
Reed Allman
parent
930d1e8dcc
commit
60d2e92c9a
45
vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/errors.go
generated
vendored
Normal file
45
vendor/github.com/aws/aws-sdk-go/service/applicationdiscoveryservice/errors.go
generated
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
|
||||
|
||||
package applicationdiscoveryservice
|
||||
|
||||
const (
|
||||
|
||||
// ErrCodeAuthorizationErrorException for service response error code
|
||||
// "AuthorizationErrorException".
|
||||
//
|
||||
// The AWS user account does not have permission to perform the action. Check
|
||||
// the IAM policy associated with this account.
|
||||
ErrCodeAuthorizationErrorException = "AuthorizationErrorException"
|
||||
|
||||
// ErrCodeInvalidParameterException for service response error code
|
||||
// "InvalidParameterException".
|
||||
//
|
||||
// One or more parameters are not valid. Verify the parameters and try again.
|
||||
ErrCodeInvalidParameterException = "InvalidParameterException"
|
||||
|
||||
// ErrCodeInvalidParameterValueException for service response error code
|
||||
// "InvalidParameterValueException".
|
||||
//
|
||||
// The value of one or more parameters are either invalid or out of range. Verify
|
||||
// the parameter values and try again.
|
||||
ErrCodeInvalidParameterValueException = "InvalidParameterValueException"
|
||||
|
||||
// ErrCodeOperationNotPermittedException for service response error code
|
||||
// "OperationNotPermittedException".
|
||||
//
|
||||
// This operation is not permitted.
|
||||
ErrCodeOperationNotPermittedException = "OperationNotPermittedException"
|
||||
|
||||
// ErrCodeResourceNotFoundException for service response error code
|
||||
// "ResourceNotFoundException".
|
||||
//
|
||||
// The specified configuration ID was not located. Verify the configuration
|
||||
// ID and try again.
|
||||
ErrCodeResourceNotFoundException = "ResourceNotFoundException"
|
||||
|
||||
// ErrCodeServerInternalErrorException for service response error code
|
||||
// "ServerInternalErrorException".
|
||||
//
|
||||
// The server experienced an internal error. Try again.
|
||||
ErrCodeServerInternalErrorException = "ServerInternalErrorException"
|
||||
)
|
||||
Reference in New Issue
Block a user