程序包 | 说明 |
---|---|
com.sinacloud.scs.auth | |
com.sinacloud.scs.internal | |
com.sinacloud.scs.services.scs | |
com.sinacloud.scs.services.scs.transfer |
Transfer management.
|
限定符和类型 | 类和说明 |
---|---|
class |
AWSCredentialsProviderChain
AWSCredentialsProvider implementation that chains together multiple
credentials providers. |
class |
ClasspathPropertiesFileCredentialsProvider
AWSCredentialsProvider implementation that loads AWS security
credentials from a properties file on the classpath. |
class |
DefaultAWSCredentialsProviderChain
AWS credentials provider chain that looks for credentials in this order:
System Properties - aws.accessKeyId and aws.secretKey
Classpath Properties File - AwsCredentials.properties in classpath
|
class |
SystemPropertiesCredentialsProvider
AWSCredentialsProvider implementation that provides credentials by
looking at the aws.accessKeyId and aws.secretKey
Java system properties. |
构造器和说明 |
---|
AWSCredentialsProviderChain(AWSCredentialsProvider... credentialsProviders)
Constructs a new AWSCredentialsProviderChain with the specified
credential providers.
|
限定符和类型 | 类和说明 |
---|---|
class |
StaticCredentialsProvider
Simple implementation of AWSCredentialsProvider that just wraps static AWSCredentials.
|
构造器和说明 |
---|
SCSClient(AWSCredentialsProvider credentialsProvider)
Constructs a new Amazon S3 client using the specified AWS credentials
provider to access Amazon S3.
|
SCSClient(AWSCredentialsProvider credentialsProvider,
ClientConfiguration clientConfiguration)
Constructs a new Amazon S3 client using the specified AWS credentials and
client configuration to access Amazon S3.
|
构造器和说明 |
---|
TransferManager(AWSCredentialsProvider credentialsProvider)
Constructs a new
TransferManager and Amazon S3 client using
the specified AWS security credentials provider. |
Copyright © 2016. All rights reserved.