Thursday 29 October 2020

Permissions granted to the object storage service principal "" to this bucket are insufficient.

Error while copy object between tenancy in a region 

Permissions granted to the object storage service principal "objectstorage-ap-mumbai-1" to this bucket are insufficient.


we have to create a policy that authorizes the service in the specified region to manage Object Storage namespaces, buckets, and their associated objects in all compartments in the tenancy:

Create Policy:

Open the navigation menu,Under Governance and Administration. 

Click Identity and choose Policies 


Click on Create Policy


Policy Created now..let try object copy 



Click ok Copy Object


 now work request is submitted without error


Work Request is completed , now we can see object in target bucket 




4 comments:

  1. Can't read your text in the policy. Can you post it?

    I'm getting this error:
    'syntax error starting with <]>'@'line 1, char 137'
    Allow group Administrators to read buckets in tenancy
    Allow group Administrators to manage objects in tenancy where any [request.permission='OBJECT_CREATE',request.permission='OBJECT_INSPECT']
    Allow service objectstorage-us-ashburn-1 to manage object-family in tenancy

    ReplyDelete
  2. Allow group Administrators to read buckets in tenancy
    Allow group Administrators to manage objects in tenancy where any {request.permission='OBJECT_CREATE', request.permission='OBJECT_INSPECT'}
    Allow service objectstorage-ap-mumbai-1 to manage object-family in tenancy

    ReplyDelete