describe_location_object_storage
(**kwargs)¶Returns metadata about your DataSync location for an object storage system.
See also: AWS API Documentation
Request Syntax
response = client.describe_location_object_storage(
LocationArn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the object storage system location that you want information about.
{
'LocationArn': 'string',
'LocationUri': 'string',
'AccessKey': 'string',
'ServerPort': 123,
'ServerProtocol': 'HTTPS'|'HTTP',
'AgentArns': [
'string',
],
'CreationTime': datetime(2015, 1, 1),
'ServerCertificate': b'bytes'
}
Response Structure
DescribeLocationObjectStorageResponse
The ARN of the object storage system location.
The URL of the object storage system location.
The access key (for example, a user name) required to authenticate with the object storage system.
The port that your object storage server accepts inbound network traffic on (for example, port 443).
The protocol that your object storage system uses to communicate.
The ARNs of the DataSync agents that can securely connect with your location.
The time that the location was created.
The self-signed certificate that DataSync uses to securely authenticate with your object storage system.
Exceptions
DataSync.Client.exceptions.InvalidRequestException
DataSync.Client.exceptions.InternalException