Browse Source

[raz] Fix a few typos in the README

Romain Rigaux 4 years ago
parent
commit
3367313f60
1 changed files with 7 additions and 4 deletions
  1. 7 4
      desktop/core/src/desktop/lib/raz/README.md

+ 7 - 4
desktop/core/src/desktop/lib/raz/README.md

@@ -1,4 +1,5 @@
 
+## hue.ini
 
     [desktop]
     [[raz]]
@@ -14,14 +15,14 @@
 
 ## RAZ Hue Clients
 
-Located in [desktop/core/src/desktop/lib/raz/clients_test.py](desktop/core/src/desktop/lib/raz/clients_test.py).
+Located in [desktop/core/src/desktop/lib/raz/clients_test.py](/desktop/core/src/desktop/lib/raz/clients_test.py).
 
     ./build/env/bin/hue test specific desktop.lib.raz.clients_test
 
 
 ## File Systems going via RAZ
 
-Located in [desktop/libs/aws/src/aws/s3/s3connection.py](desktop/libs/aws/src/aws/s3/s3connection.py).
+Located in [desktop/libs/aws/src/aws/s3/s3connection.py](/desktop/libs/aws/src/aws/s3/s3connection.py).
 
     TEST_S3_BUCKET=gethue-test ./build/env/bin/hue test specific aws.s3.s3connection_test
 
@@ -32,5 +33,7 @@ Located in [desktop/libs/aws/src/aws/s3/s3connection.py](desktop/libs/aws/src/aw
 
 ## Boto 3
 
-https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html#using-presigned-urls-to-perform-other-s3-operations
-https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.list_objects
+If we need to improve RAZ to generate signed request for listing keys with prefixes:
+
+    https://boto3.amazonaws.com/v1/documentation/api/latest/guide/s3-presigned-urls.html#using-presigned-urls-to-perform-other-s3-operations
+    https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.list_objects