Package io.deephaven.extensions.s3
Interface Credentials
public interface Credentials
-
Method Summary
Modifier and TypeMethodDescriptionstatic Credentials
Anonymous credentials.static Credentials
Basic credentials with the specified access key id and secret access key.static Credentials
The 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.
-