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 == "":
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))
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 = "/") {
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 = "/") {
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 = "/") {