This commit is contained in:
Manav Rathi 2024-05-25 08:34:36 +05:30
parent f7ca838428
commit 6a1f5945b9
No known key found for this signature in database

View file

@ -92,10 +92,9 @@ To fix these, you should ensure the following:
1. The bucket CORS rules do not allow museum to access these objects. 1. The bucket CORS rules do not allow museum to access these objects.
> For viewing the uploaded files from the browser, you will need to > For viewing the uploaded files from the browser, you will need to
> currently set allowedOrigins to "*", and allow the "X-Auth-Token", > currently set allowedOrigins to "\*", and allow the "X-Auth-Token",
> "X-Client-Package" headers configuration too. [Here is an example of a > "X-Client-Package" headers configuration too.
> working > [Here is an example of a working configuration](https://github.com/ente-io/ente/discussions/1764#discussioncomment-9478204).
> configuration](https://github.com/ente-io/ente/discussions/1764#discussioncomment-9478204).
2. The credentials are not being picked up (you might be setting the correct 2. The credentials are not being picked up (you might be setting the correct
creds, but not in the place where museum picks them from). creds, but not in the place where museum picks them from).