Problem accessing a private bucket from a function
Hello!
I am reaching out to request technical assistance with an issue I encounter when trying to access a private bucket from a function.
Problem Description:
When attempting to execute the oci-objectstorage-get-object-python function, I receive the following error:
{"content": "Failed: Either the bucket named 'test-mm' does not exist in the namespace 'test-ns' or you are not authorized to access it"}
I changed the privacy of the 'test-mm' bucket to public and was able to access it without any issues, but when I change it to private, it throws the error.
I have followed the steps indicated in this documentation https://docs.oracle.com/enus/iaas/Content/Functions/Tasks/functionscreatingfromsampleusingcodeeditor.htm