Package io.deephaven.extensions.s3
Interface Credentials
public interface Credentials
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic CredentialsAnonymous credentials.static CredentialsBasic credentials with the specified access key id and secret access key.static CredentialsThe default credentials.
-
Method Details
-
defaultCredentials
The default credentials.- See Also:
-
basic
Basic credentials with the specified access key id and secret access key.- Parameters:
accessKeyId- the access key id, used to identify the usersecretAccessKey- the secret access key, used to authenticate the user
-
anonymous
Anonymous credentials. This is useful when the S3 policy has been set to allow anonymous access.
-