diff --git a/src/Aws/Glacier/GlacierClient.php b/src/Aws/Glacier/GlacierClient.php index 3f0f4c76aa..da80eb23a1 100644 --- a/src/Aws/Glacier/GlacierClient.php +++ b/src/Aws/Glacier/GlacierClient.php @@ -56,7 +56,7 @@ class GlacierClient extends AbstractClient protected $directory = __DIR__; /** - * Factory method to create a new Amazon DynamoDB client using an array of configuration options: + * Factory method to create a new Amazon Glacier client using an array of configuration options: * * Credential options (`key`, `secret`, and optional `token` OR `credentials` is required) * diff --git a/src/Aws/Glacier/Model/MultipartUpload/UploadBuilder.php b/src/Aws/Glacier/Model/MultipartUpload/UploadBuilder.php index 6984e71d98..4b250df92e 100644 --- a/src/Aws/Glacier/Model/MultipartUpload/UploadBuilder.php +++ b/src/Aws/Glacier/Model/MultipartUpload/UploadBuilder.php @@ -25,7 +25,7 @@ /** * Easily create a multipart uploader used to quickly and reliably upload a - * large file or data stream to Amazon S3 using multipart uploads + * large file or data stream to Amazon Glacier using multipart uploads */ class UploadBuilder extends AbstractUploadBuilder {