diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index bb9eaccfb..b072f82dc 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -398,7 +398,7 @@ pre_signed_queue_methods: required: False description: | A list of HTTP methods. The HTTP method(s) this URL was created for. By - selecting the HTTP method, it’s possible to give either read or read/write + selecting the HTTP method, it's possible to give either read or read/write access to a specific resource. pre_signed_queue_paths: diff --git a/api-ref/source/queues.inc b/api-ref/source/queues.inc index 0cca41a3b..5b5764e61 100644 --- a/api-ref/source/queues.inc +++ b/api-ref/source/queues.inc @@ -283,11 +283,11 @@ Create a pre-signed URL for a given queue. In the case of pre-signed URLs, the queue cannot be created lazily. This is to prevent cases where queues are deleted and users still have a valid - URL. This is not a big issues in cases where there’s just 1 pool. However, - if there’s a deployment using more than 1 type of pool, the lazily created - queue may end up in an undesired pool and it’d be possible for an attacker + URL. This is not a big issues in cases where there's just 1 pool. However, + if there's a deployment using more than 1 type of pool, the lazily created + queue may end up in an undesired pool and it'd be possible for an attacker to try a DoS on that pool. Therefore, whenever a pre-signed URL is created, - if a pool doesn’t exist, it needs to be created. + if a pool doesn't exist, it needs to be created. Normal response codes: 200 diff --git a/doc/source/glossary.rst b/doc/source/glossary.rst index 57f46c9a7..f69cc0275 100644 --- a/doc/source/glossary.rst +++ b/doc/source/glossary.rst @@ -19,7 +19,7 @@ Messaging Service Concepts ========================== The Messaging Service is a multi-tenant, message queue implementation that utilizes a RESTful HTTP interface to provide an asynchronous communications -protocol, which is one of the main requirements in today’s scalable +protocol, which is one of the main requirements in today's scalable applications. .. glossary::