public class FASPConnectionInfo extends Object implements Serializable, S3RequesterChargedResult
Represents an Aspera FASP Connection Information. This will contain Access Key Id & secret along with ATSEnpoint
Constructor and Description |
---|
FASPConnectionInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getAccessKeyId() |
String |
getAccessKeySecret() |
String |
getAtsEndpoint() |
boolean |
isRequesterCharged()
Returns true if the user has enabled Requester Pays option when
conducting this operation from Requester Pays Bucket; else false.
|
void |
setAccessKeyId(String accessKeyId) |
void |
setAccessKeySecret(String accessKeySecret) |
void |
setAtsEndpoint(String atsEndpoint) |
void |
setRequesterCharged(boolean isRequesterCharged)
Used for conducting this operation from a Requester Pays Bucket.
|
public String getAccessKeyId()
public void setAccessKeyId(String accessKeyId)
public String getAccessKeySecret()
public void setAccessKeySecret(String accessKeySecret)
public String getAtsEndpoint()
public void setAtsEndpoint(String atsEndpoint)
public boolean isRequesterCharged()
S3RequesterChargedResult
If a bucket is enabled for Requester Pays, then any attempt of operation from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
Enabling Requester Pays disables the ability to have anonymous access to this bucket
isRequesterCharged
in interface S3RequesterChargedResult
public void setRequesterCharged(boolean isRequesterCharged)
S3RequesterChargedResult
If a bucket is enabled for Requester Pays, then any attempt of operation from it without Requester Pays enabled will result in a 403 error and the bucket owner will be charged for the request.
setRequesterCharged
in interface S3RequesterChargedResult
isRequesterCharged
- Indicates requester is charged for this operation.Copyright © 2024. All rights reserved.