mirror of
https://github.com/ceph/ceph
synced 2025-01-01 16:42:29 +00:00
Merge pull request #44372 from DimitriPapadopoulos/codespell_examples
examples: typos found by codespell Reviewed-by: Laura Flores <lflores@redhat.com>
This commit is contained in:
commit
0096c479e8
@ -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 == "":
|
||||
|
@ -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))
|
||||
|
@ -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 = "/") {
|
||||
|
@ -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 = "/") {
|
||||
|
@ -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 = "/") {
|
||||
|
Loading…
Reference in New Issue
Block a user