oracle-quickstart / oci-byo-image

Universal Permissive License v1.0
7 stars 3 forks source link

cannot access to bucket described in OCI.sh #2

Open aojs53 opened 2 years ago

aojs53 commented 2 years ago

I'm creating RHEL7.9 VM image, and find that

I've tried accessing bucket with curl command, resulted in below.

% cat oracle-cloud-agent-1.16.0-6051.el7.x86_64.rpm {"code":"BucketNotFound","message":"Either the bucket named 'agents' does not exist in the namespace 'imagegen' or you are not authorized to access it"}%


* cloud-init cfg (10_updates_policy.cfg, for example.)

% curl -X GET https://objectstorage.us-ashburn-1.oraclecloud.com/p/RKkf7Hz_kOloIIhw564-cz8R-tIW0qkIJkDFpsXtwuH1rJDvbTxvo48sfeIzdrYQ/n/partners/b/RHEL/o/10_updates_policy.cfg.7.9 {"code":"BucketNotFound","message":"Either the bucket named 'RHEL' does not exist in the namespace 'partners' or you are not authorized to access it"}


* dhclient hook (dhclient-exit-hooks, for example.)

% curl -X GET https://objectstorage.us-ashburn-1.oraclecloud.com/p/RKkf7Hz_kOloIIhw564-cz8R-tIW0qkIJkDFpsXtwuH1rJDvbTxvo48sfeIzdrYQ/n/partners/b/RHEL/o/dhclient-exit-hooks.7.9 {"code":"BucketNotFound","message":"Either the bucket named 'RHEL' does not exist in the namespace 'partners' or you are not authorized to access it"}

zkaufman commented 2 years ago

@aojs53

I will need to create a new link and increase move the expiration date. I will try to get this done by tomorrow.

aojs53 commented 2 years ago

@zkaufman Hi, thank you for your reply. Now I can download oracle-cloud-agent package, but still have error with below.

It seems that they have diffrerent url than oracle-cloud-agent.

Can you confirm this ?