aws¶
Manage the AWS environment that s3pathlib dealing with.
- class s3pathlib.aws.Context[source]¶
A globally available context object managing AWS SDK credentials.
TODO: use singleton pattern to create context object
- property s3_client: S3Client¶
Access the s3 client.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#client
- property sts_client: STSClient¶
Access the s3 client.
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#client