]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
examples: typos found by codespell 44372/head
authorDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Wed, 8 Dec 2021 11:43:27 +0000 (12:43 +0100)
committerDimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com>
Tue, 21 Dec 2021 23:08:42 +0000 (00:08 +0100)
Signed-off-by: Dimitri Papadopoulos <dpo.ceph@mail.com>
examples/boto3/delete_notification.py
examples/boto3/list_unordered.py
examples/rgw-cache/nginx-default.conf
examples/rgw-cache/nginx-noprefetch.conf
examples/rgw-cache/nginx-slicing.conf

index ca5958e52ec110f83ce22d1aa88e62e310cda512..e520c9f53a9b4c5db352d9dbcf4d9a639135962f 100755 (executable)
@@ -26,7 +26,7 @@ client = boto3.client('s3',
         aws_access_key_id=access_key,
         aws_secret_access_key=secret_key)
 
-# deleting a specific notification congifuration from a bucket (when NotificationId is provided) or 
+# deleting a specific notification configuration from a bucket (when NotificationId is provided) or 
 # deleting all notification configurations on a bucket (without deleting the bucket itself) are extension to AWS S3 API
 
 if notification_name == "":
index 2aa5a8e0608d3775e0c75a942df93f31bb6050ab..979051319692f4477208c689f96d81ee32668a94 100755 (executable)
@@ -20,6 +20,6 @@ client = boto3.client('s3',
         aws_access_key_id=access_key,
         aws_secret_access_key=secret_key)
 
-# geting an unordered list of objets is an extension to AWS S3 API
+# getting an unordered list of objects is an extension to AWS S3 API
 
 print(client.list_objects(Bucket=bucketname, AllowUnordered=True))
index ddde7053946fad0b21a80cbd672c63590b40e7ea..c22d155312d49d78752369c5318c2fcde0b4d103 100644 (file)
@@ -83,7 +83,7 @@ server {
         proxy_cache_revalidate on;
         # Lock the cache so that only one request can populate it at a time
         proxy_cache_lock on;
-        # prevent convertion of head requests to get requests
+        # prevent conversion of head requests to get requests
         proxy_cache_convert_head off;
         # Listing all buckets should not be cached 
         if ($request_uri = "/") {
index 03e0ebc4a6dd4a31dbbd4ada8c2e426a937e0d04..02294415a04c2230a60fe12595bc668cd194aa67 100644 (file)
@@ -80,7 +80,7 @@ server {
         proxy_cache_revalidate on;
         # Lock the cache so that only one request can populate it at a time
         proxy_cache_lock on;
-        # prevent convertion of head requests to get requests
+        # prevent conversion of head requests to get requests
         proxy_cache_convert_head off;
         # Listing all buckets should not be cached 
         if ($request_uri = "/") {
index d3c8f623b473fa49c7946b3b378c52d8610c8bbf..3de4c67fcf0fc9bd637fd1fea96405ea725760de 100644 (file)
@@ -85,7 +85,7 @@ server {
         proxy_cache_revalidate on;
         # Lock the cache so that only one request can populate it at a time
         proxy_cache_lock on;
-        # prevent convertion of head requests to get requests
+        # prevent conversion of head requests to get requests
         proxy_cache_convert_head off;
         # Listing all buckets should not be cached 
         if ($request_uri = "/") {